how do i enable it in visual c++ 2008? do you have to buy the std or pro???
This is a discussion on winmm.lib within the Windows Programming forums, part of the Platform Specific Boards category; how do i enable it in visual c++ 2008? do you have to buy the std or pro???...
how do i enable it in visual c++ 2008? do you have to buy the std or pro???
I think its
Project--> Open project properties --> Configuration Properties --> Linker --> General -->
Additional Libraries Properties and there you put the path there.
But it didnt work for me so i just used
#pragma comment (lib, "winmm.lib") in my .cpp file and it worked.
Using Code::Blocks with MSVC++ 2010.
Project--> Open project properties --> Configuration Properties --> Linker --> Input
Make sure to add it for both Debug and Release.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^