I'm using XP PRO SP2. When I click on the console system button I receive a message that windoz cannot shut down the program. This does not happen with PBCC4. Has anyone else experienced this?
Announcement
Collapse
No announcement yet.
Problem w/PBCC5
Collapse
X
-
Thank you, Bob.
However, I've run into another problem. With PBCC4 in DEBUG mode the debug window used to remain active when in "run" mode. That is not the case with PBCC5. Is there a way to keep the debug window active so that the program can be stopped at any point regardless of whether there is an error?Walt Decker
Comment
-
We did that to vastly speed up debug execution over large sections of code without breaks. If you must have a break from the keyboard, just GOTO Window/Options/Compiler and click "Break on error". That forces the debugger to stop and check on every line of code.
Comment
-
More programmer control over this kind of thing: SetConsoleCtrlHandler() WinApi function.
I know there are examples here.Michael Mattias
Tal Systems (retired)
Port Washington WI USA
[email protected]
http://www.talsystems.com
Comment
Comment