You are not logged in.
Pages: 1
Hi Ab
2 things are still 'holding me back' from creating my simulation server in native 64 bit mode.
1) The 'Root' database engine, in our case NexusDB
2) The Mormot framework, or better said:
3) SQLite3.obj
I have seen that there are 32bit as well as 64bit DLL's available for SQLite, so I wondered, Maybe you can make Mormot use (optionally?) SQLite3 as a DLL instead of a obj file.
This would allow compiling the sqlite into a DLL using an arbitrary compiler (e.g. M$ VIsual Studio Express) and still use it natively.
I have checked if the obj file generated by M$ is compatibale with Delphi, and appartently it is not (found out on internet, did not check myself).
The 32 bit as well as the 64 bit DLL can be found on the internet. Then again, I wonder what quirks you might run into... :s
http://sourceforge.net/projects/sqlite- … p/download
I just hate waiting for the 64bit c++ compiler (BCC64.exe)
Regards - Hans
Last edited by h.hasenack (2012-11-18 20:35:32)
Offline
Offline
OK, WIll try. I downloaded VS 2012 express. (And read somewehere it's obj files are NOT compatible with delphi.).
We'll see!
Offline
Pages: 1