Get link Facebook X Pinterest Email Other Apps - April 16, 2015 Does anybody know where I could find a tutorial on using mORMot SQLite without external DLL? Get link Facebook X Pinterest Email Other Apps Comments Heinz ToskanoApril 16, 2015 at 11:33 AMI think that is not possible, unless you rewrote SQLite in Object Pascal as a component or library.ReplyDeleteRepliesReplyBernd von FintelApril 16, 2015 at 11:44 AMInclude 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 PathReplyDeleteRepliesReplyPiotr AntoniakApril 16, 2015 at 1:08 PMBernd von Fintel I will check this, thank you :)ReplyDeleteRepliesReplyEdwin YipApril 16, 2015 at 10:43 PMHeinz 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.ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
I think that is not possible, unless you rewrote SQLite in Object Pascal as a component or library.
ReplyDeleteInclude 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
ReplyDeleteBernd von Fintel I will check this, thank you :)
ReplyDeleteHeinz 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