Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using winmm.lib (audio IO) with Visual Studio C++

Status
Not open for further replies.

mhubel

IS-IT--Management
Dec 30, 2006
1
0
0
US
We have an application what was origionally run in an old system using the sound IO (waveInOpen and the like) API. In trying to get this to run in a Visual Studio 2005 C++ system as a CLR windows forms application, we have it to the point of linking but get the message:

unresolved external symbol "extern "C" unsigned int __stdcall waveInOpen(....

on all the calls to the functions in the library which I understand to be in the windows file winmm.lib. I can't seem to fource the linker to resolve this. What must be done?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top