! There are certainly more Windows messages than I've actually ever seen come up.
Announcement
Collapse
No announcement yet.
Bringing up Windows error messages
Collapse
X
-
-
Thanks! There are certainly more Windows messages than I've actually ever seen come up.
Leave a comment:
-
Or even RunTime Debug and Error Handling Part I - Find that elusive bug
From the source-Code forum
http://www.powerbasic.com/support/pbforums/showthread.php?t=38624
Still a work in progress, but usableLast edited by Cliff Nichols; 12 Jan 2009, 07:30 PM.
Leave a comment:
-
See the FormatMessage() Windows API function, along with the Error codes in your WIn32API.INC file.
You should be able to write a little program something like...
Code:FOR Z = Low_win_err_msg TO HI_win_err_msg FormatMessage (Z) ...szMSG MSGBOX szMSg (print screen here) NEXT
MCM
Leave a comment:
-
Bringing up Windows error messages
This is more curiosity on my part, not something I have a desparate need for, but is there a way to "fake out" Windows and bring up various messages and dialogs that can appear, say the non-Windows approved software installation message/dialog? Something similar to testing ones PBWin error routines by setting your own error. I'm looking for an easy way to get some screen shots for a manual.
CHTags: None
Leave a comment: