Florian Klaempfl schrieb:
Adrian Veith schrieb:
Hi,
what is the right calling convention for using system libraries on wince
for ARM ?
I wrote a pascal wrapper for a system dll and used stdcall for the
calling convention - and the program worked.
I changed to cdecl - and the program works a
Adrian Veith schrieb:
> Hi,
>
> what is the right calling convention for using system libraries on wince
> for ARM ?
>
> I wrote a pascal wrapper for a system dll and used stdcall for the
> calling convention - and the program worked.
> I changed to cdecl - and the program works as well.
>
> In
On 23/11/2007, Adrian Veith <[EMAIL PROTECTED]> wrote:
> Hi,
>
> what is the right calling convention for using system libraries on wince
> for ARM ?
>
> I wrote a pascal wrapper for a system dll and used stdcall for the
> calling convention - and the program worked.
> I changed to cdecl - and the
Hi,
what is the right calling convention for using system libraries on wince
for ARM ?
I wrote a pascal wrapper for a system dll and used stdcall for the
calling convention - and the program worked.
I changed to cdecl - and the program works as well.
In my opinion the program should have cr