Good afternoon
I developed in Win32 since 4 years but I use Code::Blocks IDE currently I want to migrate in Visual C++,I bought visual Studio 2008.But I have a problem to link .lib files.Exemple link comctl32.lib I force it with "#pragma comment(lib,"comctl32.lib") " and I have link error as " unknow 'CommonControlsEx@32' as I know you have this kind of error when you don't link comctl32.lib.I don't know how can I link it manually.
Thank you.