Re: TreeView in a Win32 application project
- From: SQACPP <lsdisciples@xxxxxxxxxxx>
- Date: Thu, 04 Oct 2007 15:06:17 -0700
On Oct 4, 5:09 pm, nat...@xxxxxxxx (Nathan Mates) wrote:
In article <1191531653.952226.10...@xxxxxxxxxxxxxxxxxxxxxxxxxxx>,
SQACPP <lsdiscip...@xxxxxxxxxxx> wrote:
I get the following error when i try to use InitCommonControlsEx
error LNK2001: unresolved external symbol
__imp__InitCommonControlsEx@4
fatal error LNK1120: 1 unresolved externals
What is missing now?
What is missing is a trip to the documentation, which should be
your first stop, before usenet/discussion groups. Looking at said
documention,http://msdn2.microsoft.com/en-us/library/ms672653.aspx,
it says you need to link against a specific lib. Add that lib to your
linker settings. (No, I'm not going to list it here -- to get you in
the habit of reading documentation.)
Nathan Mates
--
<*> Nathan Mates - personal webpagehttp://www.visi.com/~nathan/
# Programmer at Pandemic Studios --http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
# think. What are the facts, and to how many decimal places?" -R.A. Heinlein
Thanks!!! I understand how to add new lib in the linker now...
maybe sound basic but I spent hours trying to figure out what is wrong
before posting here... Really thanks for pointing to a solution! :)
.
- References:
- TreeView in a Win32 application project
- From: SQACPP
- Re: TreeView in a Win32 application project
- From: Igor Tandetnik
- Re: TreeView in a Win32 application project
- From: SQACPP
- Re: TreeView in a Win32 application project
- From: Nathan Mates
- TreeView in a Win32 application project
- Prev by Date: Re: WaitForMultipleObjects returning ERROR_INVALID_HANDLE
- Next by Date: Re: When we need to use stack vs list or vetor
- Previous by thread: Re: TreeView in a Win32 application project
- Next by thread: Re: When we need to use stack vs list or vetor
- Index(es):
Relevant Pages
|