How to build 32-bit application in 64-bit Windows?
-
Good day everyone!
I'm having a trouble, I built an application in 64-bit Windows and it works fine, but when I try to run it over 32-bit Windows, I got an error.
For my build I used
qt-opensource-windows-x86-msvc2013_64_opengl-5.3.2
Is there any simple action to make it work, or should I reinstall qt with
qt-opensource-windows-x86-msvc2013_opengl-5.3.2
? -
Hi!
[quote author="Stasi4ek" date="1418192856"]I used
qt-opensource-windows-x86-msvc2013_64_opengl-5.3.2
Is there any simple action to make it work...?[/quote]No. qt-opensource-windows-x86-msvc2013_64_opengl-5.3.2 contains 64-bit DLLs only. You need 32-bit DLLs to for 32-bit systems.[quote author="Stasi4ek" date="1418192856"]should I reinstall qt with
qt-opensource-windows-x86-msvc2013_opengl-5.3.2
?[/quote]Yes.