Thread has exited with code 3
-
I keep getting that message when closing my application (haven't tested in release version yet though). Is there a way to figure out which thread that exactly is, and why it exists with code 3?
-
I keep getting that message when closing my application (haven't tested in release version yet though). Is there a way to figure out which thread that exactly is, and why it exists with code 3?
-
I keep getting that message when closing my application (haven't tested in release version yet though). Is there a way to figure out which thread that exactly is, and why it exists with code 3?
-
I get the error on exiting my application:
The thread 'Win32 Thread' (0x3e0) has exited with code 3 (0x3)
I don't know if it's a really big issue, I guess not, but still I'd like to know what's up with that every time
-
I get the error on exiting my application:
The thread 'Win32 Thread' (0x3e0) has exited with code 3 (0x3)
I don't know if it's a really big issue, I guess not, but still I'd like to know what's up with that every time
-
exit codes != to 0 dont mean that there has been an error. you must find out what this code represent, but for that, get (and give us if you want) more infos on that thread...
TOXCCT >>> GEII power
I'd really like to give you that info, but unfortunately, I have no idea which threads return that code. I guess it's some internal MFC thread or something.