Re: [twsocket] Installing ICS under windows 3.11

2005-08-17 Thread Francois Piette
> Thank you for your very prompt reply to my query. My problem is not with > delphi, but I cannot even unpack the .zip file as files in the DotNet > directory have long filenames and filenames with multiple extensions. Trying > to unzip and setup the directory structures causes multiple error messa

Re: [twsocket] Installing ICS under windows 3.11

2005-08-16 Thread Carl Hendry
Merijn: Thanks for your suggestions. I will investigate further. What's SOAP? Regards: Scott Hendry #;#) >If you can compile C++, you could check if you can use something out >of the ptypes library. Since you only need communication and not all >the overhead... > >How about setting up th

Re: [twsocket] Installing ICS under windows 3.11

2005-08-16 Thread Carl Hendry
Francois: Thank you for your very prompt reply to my query. My problem is not with delphi, but I cannot even unpack the .zip file as files in the DotNet directory have long filenames and filenames with multiple extensions. Trying to unzip and setup the directory structures causes multiple error

Re: [twsocket] Installing ICS under windows 3.11

2005-08-15 Thread Francois PIETTE
> I need to establish a program to program connection between two computers; > one running windows XP, the other running Windows 3.11. I have Delphi 7 on > the XP and Delphi 1 on the 3.11. I was going to install the ICS suite on > the > 3.11, but ICS uses long filenames which are not legal in 3.11

Re: [twsocket] Installing ICS under windows 3.11

2005-08-14 Thread Merijn Terheggen
If you can compile C++, you could check if you can use something out of the ptypes library. Since you only need communication and not all the overhead... How about setting up the communication thru SOAP? There *should* be a DOS implementation of SOAP out there somewhere... (perl on DOS? perl can d