Microsoft Visual C++ Runtime Library - Assertion Failed
QML and Qt Quick
2
Posts
2
Posters
1.5k
Views
1
Watching
-
wrote on 13 Jul 2013, 07:58 last edited by
I've got VS Qt 5.02 installed on my system. I've imported a project which is developed on other system (same Qt development environment setup) . Cleaned the project, Run qmake, Rebuild the project. (All this is needed to run this project).
This project has 2 sub projects 1) HTML flavor. 2) QML flavor. HTML sub project runs in debug mode and not in release mode. QML project does not run on both. The same app is running on other Desktop PC in our LAN.
The error thrown is "Microsoft Visual C++ Runtime Library - Assertion Failed".
Need some help.
-
wrote on 19 Jul 2013, 07:55 last edited by
Can you post the full message? Assertions from microsoft libraries can somtimes be "ignored". Does the program continue after that?
2/2