Advertisement

help me with this

Started by January 06, 2004 09:10 PM
0 comments, last by jaycmeen 21 years, 2 months ago
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

My nothing-to-write-home-about OpenGL webpage. (please pardon the popups!)

This topic is closed to new replies.

Advertisement