My development window is Windows 7 x64. I have the 32-bit and 64-bit versions of Qt 4.7.4 built on my box. When I configure the application to use the 32-bit version of Qt, it works fine in Qt Creator (ctrl-R), but when I try to double-click EXE in Windows Explorer (or run from the command line), I get
---------------------------
RenameTemplatePreviewFiles_Qt_win.exe - Application Error
---------------------------
The application was unable to start correctly (0xc000007b).
Click OK to close the application.
---------------------------
Ok
---------------------------
If I switch my configuration to 64-bit Qt and build it, I can double-click the EXE and it works fine.
What do I need to do to run exe compiled with 32-bit Qt?
source share