I'm trying to use this so I can get the ListView control...but I keep getting:
unresolved external symbol _imp_InitCommonControlsEx@4.
I don't know why I keep getting this error...it doesn't make sense as to why I get it. This is what I have...in my headers I have included the <windows.h> and <commctrl.h>. I created my window and I have defined my INITCOMMONCONTROLSEX structure to pass to the InitCommonControlsEx function. Then I have InitCommonControlsEx(&ListViewerStruct);
That's pretty much it. If anybody has any ideas why I keep getting this, please let me know. I tried including the Commctrl.lib in the project settings, but it said it couldn't find the file...could this be a problem? Thanks for your time!
Niky Williams
NTS Marketing, Inc.
unresolved external symbol _imp_InitCommonControlsEx@4.
I don't know why I keep getting this error...it doesn't make sense as to why I get it. This is what I have...in my headers I have included the <windows.h> and <commctrl.h>. I created my window and I have defined my INITCOMMONCONTROLSEX structure to pass to the InitCommonControlsEx function. Then I have InitCommonControlsEx(&ListViewerStruct);
That's pretty much it. If anybody has any ideas why I keep getting this, please let me know. I tried including the Commctrl.lib in the project settings, but it said it couldn't find the file...could this be a problem? Thanks for your time!
Niky Williams
NTS Marketing, Inc.