PDA

View Full Version : Lazarus and Sockets...



Voltrox
22-09-2006, 07:21 PM
Hello,

I have tried ICS and Indy socket componentsand they noth failed to install in Lazarus, there were "missing unit" errors.

Could someone please recommend a socket system similar Indy or Socket client for Lazarus?

Most of my coding involves sockets :(

Thank you very much.

Voltrox
07-10-2006, 08:59 PM
and if there aren't any socket libraries for Lazarus, then how do I do it rawly?

because I have to be able to use sockets...

technomage
07-10-2006, 09:18 PM
I use Indy under Free Pascal , and have no problems. It's the best library I have found so far.

The JEDI-SDL sdl_net headers give you cross platform socket support, and they work very well.

Voltrox
07-10-2006, 11:32 PM
I tried Indy and it gave me an error.

Indy 10.2.0.1

I clicked Compile, then install, and this is what it said: "The package indylaz 10.2.0.1 failed to compile, remove it from the installation list?".

What do I do?

I need help...