On 11/13/2014 7:27 PM, Shinichiro Yoshioka wrote:
1) For Windows platform, there are 2 dlls on SQLite download page.
     means, for 32bits and 64bits Windows OS.
     However, in my understanding, the dll for win 32bits can work
     also on 64bits win OS with WOW64 as it is.

     Is there any special reason why there are 2 dlls on the page?

A 32-bit application can only load 32-bit DLLs, and a 64-bit application can only load 64-bit DLLs. Windows can run both kinds of applications, but each must have a matching flavor of DLLs it uses.

2) I have compiled the amalgamation source code on win7 32bits OS.
     Though I haven't specified any compile option, in this case,
     For which OS platform is the generated binary?
     for 32bits win OS or 64bits win OS?

Depends on which compiler you built it with - 32-bit or 64-bit.
--
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to