Software Archive
Read-only legacy content

Debug error

Intel_C_Intel
Employee
422 Views
Upon debugging my program I get the following messages:
Loaded 'C:WINDOWSSYSTEMKERNEL32.DLL', no matching symbolic information found.
The thread 0xFFF63D2B has exited with code -1 (0xFFFFFFFF).
The thread 0xFFF60C6F has exited with code 0 (0x0).
The program 'C:Program FilesMicrosoft Visual StudioMyProjectsesp0Debugesp0.exe' has exited with code 0 (0x0).

I understand from an earlier post that the Loaded c:...kernel32.dll message is not an error message (so why do I get it?)
I'm unable to find any references to what the next 2 messages (about thread termination codes) mean--are these errors?
The last message [The program...has exited with code 0 (0x0)] was the only one I was expecting. Please help in interpreting the "thread" messages if you've met this before...
Thanks in advance...
newtoCVF
0 Kudos
1 Reply
Steven_L_Intel1
Employee
422 Views
None of these are error messages - they are all informational. The thread messages come about because your program uses multiple threads - most likely because it's a QuickWin appliication. Ignore these messages - if your program gets an error, you'll almost certainly see something you recognize as an error message.

Steve
0 Kudos
Reply