Page 1 of 1

Can mysql library embed Link to Delphi executable file?

Posted: 03.12.2014, 20:58
by drama22
hello , can i be able to embed MYSQL library into Delphi executable file and we may deploy our application as single .exe file without any Mysql dll file.
The embed is not keep the Mysql dll file into resource but link to Delphi executable file.

Re: Can mysql library embed Link to Delphi executable file?

Posted: 10.12.2014, 23:37
by EgonHugeist
No. Or i misunderstand you. Not sure what you really want to do.

For SQLite there are knonw solutions which actually aren't supported by Zeos. The SQLite lib can be linked as *.obj file and we need some C++ replacments for Alloc/FreeMem etc.

But i think this will no work in the short version like with SQLite. And how you want to try to build in the lib?

Re: Can mysql library embed Link to Delphi executable file?

Posted: 16.12.2014, 20:34
by marsupilami
Hello drama22,

I think it is not possible to statically link these libraries into a Delphi executable.
Best regards,

Jan