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
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