I'm getting a GPF when my app uses the PB MSGBOX function when running in the debugger, yet it's fine in the EXE. For example, if I single-step this code I get a GPF message when the MSGBOX statement executes (or tries to anyway):
#COMPILE EXE
#REGISTER ALL
#DIM ALL
FUNCTION PBMAIN
MSGBOX "Test"
END FUNCTION
Is this a known condition? I searched here but didn't find anything related.
(NT4/SP4, Pent3/400, PB6, VB6/SP3)
Thanks,
Mark Newman
#COMPILE EXE
#REGISTER ALL
#DIM ALL
FUNCTION PBMAIN
MSGBOX "Test"
END FUNCTION
Is this a known condition? I searched here but didn't find anything related.
(NT4/SP4, Pent3/400, PB6, VB6/SP3)
Thanks,
Mark Newman
Comment