help me with this
i ha ddownload 1 project .
But when i tried to run it it will appear error like this
"LINK : fatal error LNK1104: cannot open file "..\..\..\Vc98\lib\Comctl32.lib"
i''ve check my lib and setting it has the comctl.lib
can u tell me whats wrong with it
tq
i really need ur help
Try
#pragma comment (lib, "comctl32.lib")
right after all of your #include statements
And if that doesn''t work, try putting the full path to the library file there.
Love means nothing to a tennis player
#pragma comment (lib, "comctl32.lib")
right after all of your #include statements
And if that doesn''t work, try putting the full path to the library file there.
Love means nothing to a tennis player
My nothing-to-write-home-about OpenGL webpage. (please pardon the popups!)
Love means nothing to a tennis player
My nothing-to-write-home-about OpenGL webpage. (please pardon the popups!)
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement