Lazarus - dependency from LCL
Lazarus - dependency from LCL
Is it possible to remove the dependency LCL? It is needed for work where there is no GUI. For example - on web servers.
-
- Expert Boarder
- Posts: 113
- Joined: 06.10.2006, 14:41
- Location: Chapecó - Santa Catarina
- Contact:
Re: Lazarus - dependency from LCL
Yes, I think that this is possible.
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Re: Lazarus - dependency from LCL
AFAIK Zeos is made for FPC and for LCL+FPC.
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/
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/
Re: Lazarus - dependency from LCL
Can select the visual part in a separate package? As I understand it is only editor UpdateSQL. The problem is critical for console applications that can run without X-server in Linux.
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Re: Lazarus - dependency from LCL
Again: There are weak dependencies to LCL. I know only about one direct: LConvencoding but this automatically turns off if no LCL was detected.
there is also a {$WITH_PROPERTY_EDITOR} define in Zeos.inc to disable all component registrations.
IMO for a non GUI app you should better use the DBC-Layer which akts twize faster than the TZDataSet-descendants... Just test it.
there is also a {$WITH_PROPERTY_EDITOR} define in Zeos.inc to disable all component registrations.
IMO for a non GUI app you should better use the DBC-Layer which akts twize faster than the TZDataSet-descendants... Just test it.
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/
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/