CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    2

    How can I link for ex. Winmm.lib/dll?

    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


  2. #2
    Join Date
    May 1999
    Posts
    89

    Re: How can I link for ex. Winmm.lib/dll?


    Can you include the Winmm.lib into your project workspace while you do the compilation? Hope this work..

    Best regard
    Kelvin Lau



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured