Does anybody know where I could find a tutorial on using mORMot SQLite without external DLL?

Comments

  1. I think that is not possible, unless you rewrote SQLite in Object Pascal as a component or library.

    ReplyDelete
  2. Include SynSQlite3Static in your uses clause and make sure the .obj files (http://synopse.info/files/html/Synopse%20mORMot%20Framework%20SAD%201.18.html#TITL_113) are in your Path

    ReplyDelete
  3. Bernd von Fintel I will check this, thank you :)

    ReplyDelete
  4. Heinz Toskano It's absolutely possible, Delphi can link with .obj files compiled with C++ Builder. As Bernd von Fintel  Pointed out above, mORMot is an example of such technique.

    ReplyDelete

Post a Comment