Hi Nuno, Are you sure that the static build of Qt worked?
What happens when you start the debugging by single stepping? In my dynamically built exe, I get to qtmain_win.cpp, WinMain routine. If the single step works, how far do you get? If it doesn't, then I think you may be picking up the wrong runtime dlls - check the path env var. My understanding is that a statically built exe still needs dynamic linking to the c/c++ runtime? Try running the exe via MS depends utility from http://www.dependencywalker.com/
Hope that helps, On 17/01/2019 8:06 pm, Nuno Santos wrote:
Hi, I have just compiled a fresh Qt 5.12.1 from the source statically on Windows but I’m having a basic problem. Any application that I run, crashes immediately, even the Qt Creator project templates, like que Qt Quick application template. I don’t have a clue of what is going on. Any ideas on how to get more information to eventually fill a bug report? Thanks! Nuno _______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest