Forum > Networking and Web Programming

Indy From Delphi in Lazarus

(1/1)

skaner1900:
Hi!
Could I use Delphis components in Lazarus? How to copy it?
Could I copy only one component? (idHTTPServer)
(It requires licence on Delphi, i know)
But which files I must copy, and how to install it in Lazarus?

Leledumbo:

--- Quote ---Could I use Delphis components in Lazarus? How to copy it?
--- End quote ---
First, read this.

--- Quote ---Could I copy only one component? (idHTTPServer)
(It requires licence on Delphi, i know)
--- End quote ---
Perhaps, but you would need to use the component programmatically. One thing for sure is to analyze the component's dependencies. All units that the component needs must be present as well.

--- Quote ---But which files I must copy, and how to install it in Lazarus?
--- End quote ---
In the form of packages, they must be converted. Anyway, if you just need to use Indy, there's already a lazarus port. See these:

* http://wiki.lazarus.freepascal.org/Indy_with_Lazarus
* http://www.indyproject.org/sockets/fpc/index.en.aspx
* http://indy4lazarus.sourceforge.net/

JD:
First download a recent version of Indy from
http://indy.fulgan.com/ZIP/

Then read this WiKi page for instructions about how to install it in Lazarus
http://wiki.lazarus.freepascal.org/Indy_with_Lazarus

You don't need a license to use it in Lazarus AFAIK.

Navigation

[0] Message Index

Go to full version