From: <aj...@i-...> - 2007-09-06 13:56:25
|
Jonathan Winterflood wrote: > The compiler seems to have found timeGetTime in the header file, so > compilation works > > after that, though, the Linker cannot find the code of that function. > > You need to tell Dev-Cpp to link againt the library you are using > (mmsystem I imagine) > > Jonathan Jonathan you are correct he needs to include the library for this to work. The linker can't find the file that is why he is getting the error. He needs to add libwinmm.a to the linker. -Adam Jones i-softwareproducts.com |