I created a new windows app. (C++) and tried to call some functions from the library #include <commctrl.h>
I get the following linking errors.
Can anyone please help?
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
TestApp3.cpp
Linking...
TestApp3.obj : error LNK2001: unresolved external symbol __imp__ImageList_GetImageCount@4
TestApp3.obj : error LNK2001: unresolved external symbol __imp__ImageList_Add@12
TestApp3.obj : error LNK2001: unresolved external symbol __imp__ImageList_Create@20
TestApp3.obj : error LNK2001: unresolved external symbol __imp__InitCommonControls@0
Release/TestApp3.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
I get the following linking errors.
Can anyone please help?
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
TestApp3.cpp
Linking...
TestApp3.obj : error LNK2001: unresolved external symbol __imp__ImageList_GetImageCount@4
TestApp3.obj : error LNK2001: unresolved external symbol __imp__ImageList_Add@12
TestApp3.obj : error LNK2001: unresolved external symbol __imp__ImageList_Create@20
TestApp3.obj : error LNK2001: unresolved external symbol __imp__InitCommonControls@0
Release/TestApp3.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.