
How to mapp clarion message to my message procedure
I think your prototype is wrong
I've got my own message procedure
My prototype is
(STRING,<STRING>,<STRING>,<STRING>,UNSIGNED=0,BOOL=FALSE),long
Tim
Quote:
> Hi all.
> I use C55g and ABC.
> I would like to write my own message procedure.
> In clarion's help i find a prop:messagehook property to do this.
> My own message is a window procedure
> my_message(string,<string>,<string>,<long>,<long>,<long>,long)
> On start my application I set:
> System{prop:messagehook}=ADDRESS(my_message)
> When I run application GPF error is occured.
> What did I wrong?
> Thanks in advance.
> Adam