linker - Llink Winmm.lib to Qt creator -


im having problems linking winmm.lib qt creator, when try link library file dialog box turns red , next button disabled.

im using microsoft sdks winmm.lib comes microsoft visual studio 2010, qtcreator5 , mingw.

help please.

when linking against libraries microsoft windows sdk, need sure use visual c++ 2010 or visual c++ 2012 compiler , not mingw compiler. visual c++ , mingw create different , incompatible binaries , can't linked interchangeably. if there library want use mingw, make sure build source against mingw. same goes visual c++ 2010 , visual c++ 2012.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -