Re: [sqlite] calling convention ...

2006-05-17 Thread Roberto
cdecl throughout, and remember your callback & SQL function definitions as well ;-) On 17/05/06, Marten Feldtmann <[EMAIL PROTECTED]> wrote: I wanted to use the prebuild dll of sqlite - and I was looking for the information, what calling convention was used within the sqlite.dll. It seems to

[sqlite] calling convention ...

2006-05-17 Thread Marten Feldtmann
I wanted to use the prebuild dll of sqlite - and I was looking for the information, what calling convention was used within the sqlite.dll. It seems to me, that "cdecl" is used and NOT "stdcall" - right ? Marten