-1

I am working on a project on Opengl in C++ in Visual Studio Express 2012 for Windows 8. It compiled successfully but when i deploy it,... It gives the error of 'winmm.lib' file...

error LNK1104: cannot open file 'winmm.lib'.

How to download winmm.lib file and from where?

genpfault
  • 51,148
  • 11
  • 85
  • 139
Muhammad Zia
  • 209
  • 3
  • 10

1 Answers1

2

It's part of the Windows SDK. Which... you need to develop Windows applications. :)

jalf
  • 243,077
  • 51
  • 345
  • 550
  • Graphics in opengl using c++ – Muhammad Zia Apr 04 '13 at 15:51
  • @MuhammadZia Huh? What about "graphics in opengl using c++"? – jalf Apr 04 '13 at 16:00
  • My teacher asked me to make a menu bar in opengl with c++. I am working on it and when i deploy my project it produces an error... Error 1 error LNK1104: cannot open file 'winmm.lib' – Muhammad Zia Apr 04 '13 at 17:23
  • Just inform me about 'winmm.lib'. If anyone has knowledge of it – Muhammad Zia Apr 04 '13 at 17:26
  • I did. Did you read my answer? If you don't *understand* my answer, or if you need additional information, just say so. But I did inform you about winmm.lib. It is part of the Windows SDK, so if you have the Windows SDK, you also have winmm.lib. And if you don't have winmm.lib, then it is because you haven't installed the Windows SDK. – jalf Apr 04 '13 at 21:53