Closed makeller1 closed 3 years ago
Oops, sorry I did not reply in time.
Did you build Qt yourself (with the static Qt instructions?) If so, this build does not work in debug mode. Use RelWithDebInfo to build TyTools. The handling of static Qt is a bit of a mess.. Hopefully they make it better in Qt6.
I followed the instructions to install the 32 bit version on windows 10, got to the point where I could open the solution TyTools.sln, and built "ALL_BUILD" and received a lot of link2038 errors:
... e.g.
I followed the readme in the qt5 directory and installed Qt 5.12.10. One thing I did that wasn't explicitly written in the directions was during the Qt install, I ran "nmake install".
Any idea what could be the problem?