[fpc-pascal] LNet
Graeme Geldenhuys
graemeg.lists at gmail.com
Mon Jun 7 10:41:08 CEST 2010
On 07/06/2010, Felipe Monteiro de Carvalho wrote:
>
> 1> Can I use TLTcp or do I need to use the "visual" version, TLTcpComponent?
>
> 2> Can I use only the base package or do I need to use the "visual" one?
>
> Basically I am not a big fan of design time packages, I prefer to add
> the units and create the components myself.
Many times such packages come standard with an "artificial" dependency
to LCL. The "component registration with the IDE component palette" is
what pulls in the LCL dependency. Simply splitting such packages into
two packages (Design-time and Run-time), then you simply need to use
the Run-time package in your projects.
I had to do the exact same thing for DCPCrypt, Epiktimer, OnGuard etc..
Note:
I don't use Lnet, so don't know if it already has two packages
(run-time and design-time) defined.
--
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
More information about the fpc-pascal
mailing list