Page 1 of 1

OnErrorgosub( @Procedure() ) & Procedure(CDLL)

Posted: Sat Jan 29, 2005 4:33 pm
by freddix
Hello.

I actually adding error message for my software X-Quad Editor.
I'd like to use a choosen Procedure or ProcedureCDLL if a specified error occur of if an simple error happen.
I'd like to know if I can use OnErrorgosub( @Procedure() ) to call the Procedure ?

Thanks.

Posted: Sat Jan 29, 2005 5:58 pm
by Rings
@Procedure is a Pointer to a normal StdCall Procedure, else the stack will become in trouble

Posted: Sat Jan 29, 2005 6:17 pm
by freddix
so I can call a single Procedure.
cool :)