Subject | Re: [IBO] UDF Parameter Bug in IBO ???? |
---|---|
Author | Helen Borrie |
Post date | 2003-11-17T10:48:03Z |
At 11:35 AM 17/11/2003 +0100, you wrote:
what is messing things up.
Helen
>Helen,I'm sure the calling convention for UDFs is cdecl !!!! stdcall is probably
>
>yes, I tested it with both, the oldparameterordering = 0 and
>oldparameterordering = 1.
>
>With both settings the same result.
>
>Could you test it with my enclosed testudf?
>
>The Pascal Code of the UDF :
>
> function test_udf (var intparam : integer;
> var intparam2 : integer;
> var doubleparam : double) : double; stdcall;
what is messing things up.
Helen