Can mysql library embed Link to Delphi executable file?

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
drama22
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 12.08.2014, 09:49

Can mysql library embed Link to Delphi executable file?

Post 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.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

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

Post 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?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1956
Joined: 17.01.2011, 14:17

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

Post by marsupilami »

Hello drama22,

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

Jan
Post Reply