[fpc-pascal] ICS

2010-04-14 Thread ed...@clanhay
The reason is mainly that I have used it for a ling time with delphi and I am used to it. No other reason really. I did manage to get it working though. On 10 April 2010 16:36, ed...@clanhay wrote: I am trying to setup an FTP client using the ICS tFTPClient but not have been too successful

Re: [fpc-pascal] ICS

2010-04-11 Thread Michael Van Canneyt
On Sun, 11 Apr 2010, Graeme Geldenhuys wrote: On 10 April 2010 16:36, ed...@clanhay wrote: I am trying to setup an FTP client using the ICS tFTPClient but not have been too successful. Any specific reason why it must be ICS components? If you can use alternative components, then you could

Re: [fpc-pascal] ICS

2010-04-11 Thread Graeme Geldenhuys
On 11 April 2010 12:27, Marco van de Voort wrote: > > As long as you realise it is win32(and maybe win64) only, there is no > problem That's what I meant about "fpc friendly". As far as I knew ICS was quite Windows specific, where-as Indy and lNet are not. One never knows if you are later going t

Re: [fpc-pascal] ICS

2010-04-11 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > > Any specific reason why it must be ICS components? If you can use > alternative components, then you could try Indy or lNet. I believe > they are more FPC friendly. ICS actually was the first socketsuite ported. (it was still D1 compatible, and

Re: [fpc-pascal] ICS

2010-04-11 Thread Graeme Geldenhuys
On 10 April 2010 16:36, ed...@clanhay wrote: > I am trying to setup an FTP client using the ICS tFTPClient but not have > been too successful. Any specific reason why it must be ICS components? If you can use alternative components, then you could try Indy or lNet. I believe they are more FPC fr

Re: [fpc-pascal] ICS

2010-04-10 Thread Marco van de Voort
In our previous episode, ed...@clanhay said: > I am trying to setup an FTP client using the ICS tFTPClient but not have > been too successful. It cannot link ZLibObj without getting the error : > "Error: Illegal COFF Magic while reading C:\x\zobj123\adler32.obj". > I have done lots of googlin

Re: [fpc-pascal] ICS

2010-04-10 Thread cobines
2010/4/10 ed...@clanhay : > I am trying to setup an FTP client using the ICS tFTPClient but not have > been too successful. It cannot link ZLibObj without getting the error : > "Error: Illegal COFF Magic while reading C:\x\zobj123\adler32.obj". > I have done lots of googling, but found no solut

[fpc-pascal] ICS

2010-04-10 Thread ed...@clanhay
I am trying to setup an FTP client using the ICS tFTPClient but not have been too successful. It cannot link ZLibObj without getting the error : "Error: Illegal COFF Magic while reading C:\x\zobj123\adler32.obj". I have done lots of googling, but found no solution, Except to recompile the ob

Re: [fpc-pascal] ICS/win32 status

2005-03-15 Thread Marco van de Voort
> > On Mon, 14 Mar 2005, Marco van de Voort wrote: > > > > > > fpc -Fu../vc32 -Fi../vc32 > > > > Great news. Did you check midware too ? > > No. I fumbled a bit with the kylix3 edition of ICS, but I don't > expect anything to come out of that soon. It's more to improve kylix > compat. For this,

Re: [fpc-pascal] ICS/win32 status

2005-03-15 Thread Marco van de Voort
> On Mon, 14 Mar 2005, Marco van de Voort wrote: y> > > > ics/delphi/vc32 > > > > and the demoes can be compiled with > > > > fpc -Fu../vc32 -Fi../vc32 > > Great news. Did you check midware too ? No. I fumbled a bit with the kylix3 edition of ICS, but I don't expect anything to come out of that

Re: [fpc-pascal] ICS/win32 status

2005-03-15 Thread Michael Van Canneyt
On Mon, 14 Mar 2005, Marco van de Voort wrote: I fixed all remaining compilation problems with ICS/win32, and Francois Piette promptly included them in a new distribution. The current ICS distribution available on the website (www.overbyte.be) now should work unmodified on 1.9.8. Note that only th

[fpc-pascal] ICS/win32 status

2005-03-14 Thread Marco van de Voort
I fixed all remaining compilation problems with ICS/win32, and Francois Piette promptly included them in a new distribution. The current ICS distribution available on the website (www.overbyte.be) now should work unmodified on 1.9.8. Note that only the console demoes were ported for now. The de

Re: [fpc-pascal]ICS for FPC 1.1

2003-08-28 Thread James Mills
On Thu, Aug 28, 2003 at 04:09:12PM +0200, Michael Van Canneyt wrote: > Synapse. It's on the contributed units list, I think. If I remember correctly, this is what you guys had a huge mailing list conversation about :P God knows what about though I couldn't follow it after 2 follow ups :( cheers Ja

Re: [fpc-pascal]ICS for FPC 1.1

2003-08-28 Thread Marco van de Voort
> On Thu, Aug 28, 2003 at 01:51:41PM +0200, Marco van de Voort wrote: > > > > into the main distribution over time. > > > > Currently FPC compiles the few console demoes (http, smtp, ftp and generic > > socket), and the units that belong to that (and a few more without demoes) > > > > To use ICS

Re: [fpc-pascal]ICS for FPC 1.1

2003-08-28 Thread Michael Van Canneyt
On Thu, 28 Aug 2003, James Mills wrote: > On Thu, Aug 28, 2003 at 01:51:41PM +0200, Marco van de Voort wrote: > > > > After years of playing to get ICS running under FPC/win32, the 1.1.x > > compiler is finally getting so stable that the only remaining differences > > are minor ones. So minor, t

Re: [fpc-pascal]ICS for FPC 1.1

2003-08-28 Thread James Mills
On Thu, Aug 28, 2003 at 01:51:41PM +0200, Marco van de Voort wrote: > > After years of playing to get ICS running under FPC/win32, the 1.1.x > compiler is finally getting so stable that the only remaining differences > are minor ones. So minor, that the author of ICS has decided to merge them > in

[fpc-pascal]ICS for FPC 1.1

2003-08-28 Thread Marco van de Voort
After years of playing to get ICS running under FPC/win32, the 1.1.x compiler is finally getting so stable that the only remaining differences are minor ones. So minor, that the author of ICS has decided to merge them into the main distribution over time. Currently FPC compiles the few console de