Can't run 64bit QMainWindow default project -Windows 10
Solved
General and Desktop
-
Hello,
I am having difficulty running a stock QMainWindow project through Qt Creator. I get the message:
21:35:22: Starting C:\Programming_IDES\Qt_projects\build-TodoApp-Kit2_64bit-Debug\debug\TodoApp.exe ...
21:35:22: The program has unexpectedly finished.
21:35:22: The process was ended forcefully.
21:35:22: C:\Programming_IDES\Qt_projects\build-TodoApp-Kit2_64bit-Debug\debug\TodoApp.exe crashed.When I use a 32 bit kit everything works fine. Switching to a 64 bit kit causes this issue. I am able to run a console application with the 64bit kit.!
Trying to run in debug mode does not help. The debugger exits and the app never appears. I'm not sure what could be the issue. Thanks in advance.