Re: [Plib-users] Compiling the UL
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2002-12-05 16:22:30
|
John R Abercrombie writes: > > Just got the PLIB today, compiled just the Utility Library because all I > need (currently) is the platform independent ulClock class. Compiled the > UL, produced two header files and the library in the root dir of the > libraries folder (using .NET on Win32, btw). > > So then I include "ul.h" somewhere in my project and put a ulClock class in > one of my own classes. Compiles fine, except for a linker error in the > ulClock class. It can't seem to find an implementation of timeGetTime() > (which is referenced in ulClock::getRawTime). you need to add Microsoft's winmm.lib to your linked libraries list Norman |