Click to See Complete Forum and Search --> : problem to ContinueDebugEvent


wonhi
September 16th, 1999, 03:36 AM
i'm making crash protector which like NortonCrashGuard..
but can't continue the BreakPoint Event...

i made Crasher program. and i run this program.
then occured exception and i try to debug that process.. using DebugActiveProcess(..)
but it's breaks BreakPoint debugevent in Kernel32.dll.. can't continue by using ContinueDebugEvent(...) nomore..

when i run it by using CreateProcess then it's works properly..
it also occured BreakPoint event but it continue well..

what's the problem? i dont know how to fix this breakpoint error..
help me.... please..
(the error instruction in kernel32.dll is 'ret'...)

-wonhi-