Subject correct calling convention for writing udf (cdecl vs stdcall)
Author hsdev77
What is the correct calling convention to write an UDF dll ?
I've read around, some sites use cdecl but some others use stdcall -
which are confused me.
Is there any OS dependencies (eg windows dll should use stdcall while
linux so use cdecl) ?
My question is for windows dll.
Thanks & Brgds-HS