ext Justus Best schrieb: > Hi, > >> Qt Creator looks at the executable file to find out if it was compiled >> with msvc or mingw. The above message reveals that it thinks that your >> executable is compiled with mingw. Did you do a complete recompile of >> your existing projects, using a msvc compiled Qt? > > Yes did a fresh checkout of the project cleaned it up manually and > automaticly and never compiled with anything else then the ms compiler > before. I will test it today with a native 32bit windows system, before I > compiled under windows xp x64 with 32bit compiler. I let you know if anything > new comes up.
I can reproduce this now. It happens when you try to run the debugger on a release build. In this case Creator lacks the debugging information to judge wether the file was built with mingw or msvc (and hence cannot determine if it needs to run cdb). Can you check Projekte -> Build-Einstellungen and make sure debug is checked instead of release? Cheers, Daniel -- Daniel Molkentin, Software Engineer, Nokia Qt Software, www.qtsoftware.com Rudower Chaussee 13, DE-12489 Berlin _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
