Subject Re: Re: [firebird-support] UDF help
Author Pavel Menshchikov
Hello Ibrahim,

ib> what is the difference with stdcall and cdecl
ib> i have written an udf library with delphi 7 and i used stdcall routines

ib> is there any difference with declaring the function to firebird.
ib> i think cdecl is about freeing the memory
As Borland help says:
-----
Directive Parameter order Clean-up Passes parameters in registers?
cdecl Right-to-left Caller No
stdcall Right-to-left Routine No
-----
(Clean-up means removing parameters from stack)


HTH
--
Best regards,
Pavel Menshchikov
http://www.ls-software.com