compiling error in vs2013+qt5.5
-
I am a newbie at QT. I tried to compile an example in vs2013 which has been embedded with qt5.5. But it can't be passed due to the error:
"Qt5Widgetsd.lib(Qt5Widgetsd.dll) : fatal error LNK1112".
I'm now using win8.1 x64 and have set the platform to x64.
Please help me to slove the problem, thanks! -
Hi Vincent,
the first google result for "LINK1112" might give you the some hints. https://msdn.microsoft.com/en-us/library/21ksa10x(v=vs.120).aspx
Are you using a Qt 64 bit version? Maybe you could try to rebuild the solution.