Compiler errors with MSVC 2015, Qt 5.6
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Hi,
I ran into some compiler errors while trying to compile on windows. I'm using MSVC 2015, Qt 5.6 and Python 3.5.
First there was an issue with PythonQtConversion.cpp:
This was easily fixed by adding a semicolon in the PythonQtConv::isStringType method.
I then ran into another issue:
I haven't worked this one out yet. Any help would be appreciated! :)
Last edit: Olav Sortland Thoresen 2016-07-21
Thanks for the report, I fixed both on the SVN trunk.
The MSVC 2015 problem can also be solved by a newer service pack or different compiler options, but I fixed it anyways.
Awesome, compiles fine now! Thanks alot.
Sorry for the inconvenience! I should test with PY3K more regular...