Subject | Re: Re: [firebird-support] UDF help |
---|---|
Author | Pavel Menshchikov |
Post date | 2005-02-11T08:19:08Z |
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
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