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
Post a Comment