- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page