Hello,

On 2017-02-19 22:25, Keith Medcalf wrote:

Can you tell us how you do it with the amalgamation using MSVS?

``autoconf'' (containing the same amalgamated ``sqlite3.c'') has the following options for that task:

-Gz -DSQLITE_CDECL=__cdecl -DSQLITE_APICALL=__stdcall -DSQLITE_CALLBACK=__stdcall -DSQLITE_SYSAPI=__stdcall

dumpbin sqlite3.dll:

_sqlite3_close@4:
  1000F6F0: 6A 00              push        0
  1000F6F2: FF 74 24 08        push        dword ptr [esp+8]
  1000F6F6: E8 35 B4 05 00     call        1006AB30
  1000F6FB: C2 04 00           ret         4

sqlite3Close:
  1006AB30: 56                 push        esi
    [...]
  1006AB89: 5E                 pop         esi
  1006AB8A: C2 08 00           ret         8

@OP: Another question is why are you trying to transform GCC into CL instead of to make CL working properly? Such things will give you nothing more then a lot of new problems including a nuclear launch :-).

-- best regards

Cezary H. Noweta
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to