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. Bernd von Fintel I will check this, thank you :)

    ReplyDelete
  3. 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