-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[EMAIL PROTECTED] wrote:
> Of course I could set up a development tool just to compile the SQLite 
> source, but it is some seemingly unnecessary extra work. Also I would not 
> know where to start. 

As far as I know, DRH builds the download binaries on a Linux box.
MinGW cross compiler is used for Windows (non-CE) binaries.  There is a
MinGW CE cross compiler (arm-mingw32ce) - http://cegcc.sourceforge.net/
- - but it only supports ARM (although that is likely 99% of the CE market
anyway).  The FAQ is interesting reading.  Go ahead, set this up and
document the exact set of steps you did, testing the final DLL produced
so anyone can reproduce what you did.  If you are willing put to in this
extra work, it will be a lot easier to convince DRH or someone else to
do likewise :-)

Alternatively if you only do Windows then you can make the DLL yourself.
 In the past I have used eVC which you can freely download at
http://www.microsoft.com/downloads/details.aspx?FamilyID=1dacdb3d-50d1-41b2-a107-fa75ae960856&DisplayLang=en

You'll also need to install the most recent service pack which seems to
be SP4.

Just create a new project for a DLL targeting the CPU you have as well
as the CE version and then copy in the amalgamation code.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIp/ygmOOfHg372QQRAn1wAJ99edGBHoOhsCGzqbzdd8ANXY/kGwCglWHL
MWa28htruknmQ2ukdWBaeto=
=PnP1
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to