Click to See Complete Forum and Search --> : How can I link for ex. Winmm.lib/dll?


Peter Sieg
May 5th, 1999, 04:25 AM
I am quiet new to C++/VC++. I know C, Java and Delphi. I have a PlayWave routine in my program.
It compiles fine, but the linker complains about the routine sndPlayWave@.. not found. This routine is in Winmm.lib/dll. How do I tell the linker to link this lib/dll in? I have a similar problem with Icmp.lib/dll...

Many thanks for your help. It is very much appreciated.
Best Regards
Peter Sieg

Kelvin
May 5th, 1999, 05:39 AM
Can you include the Winmm.lib into your project workspace while you do the compilation? Hope this work..

Best regard
Kelvin Lau