Program exits with code -1073741510.
General and Desktop
3
Posts
3
Posters
1.3k
Views
1
Watching
-
Hi,
my Qt application runs for a while and suddenly stops in the middle of running.
message: exited with code -1073741510
anyone?@one-one
You see only the return code?
Typically you should see also some more information on screen. However, you produce somewhere a crash. You need to use the debugger or some other means to find the location of the crash. It could be anything from uninitialized pointer, array overrun and many more. -
Search the forum for the code... see here