Error different runtime libraries
Unsolved
General and Desktop
-
Hi i am trying to compile project but i get this message:
qtmaind.lib(qtmain_win.obj):-1: error: LNK2038: se detectaron diferencias para 'RuntimeLibrary': el valor 'MDd_DynamicDebug' no coincide con el valor 'MTd_StaticDebug' en main.objSo i think because i was using differents libraries so i dont know how to solve. any suggestion or idea?
-
-
@RIVOPICO said in Error different runtime libraries:
Ok for dynamic what i need to use? and for static? I want to know if i can mix two different libraries. Thanks in advance.
IIRC you need to ensure every used libs have the same setting, no matter what it is.