Re: [twsocket] ICS and CLX?

2008-09-26 Thread Francois Piette
Another approach would develop your application using Delphi.win32 and run it under Linux using WINE, the win32 emulator. Will this work with console? I dont have any XWindow installed and dont want to... Sorry, but you should ask this in a Linux newsgroup, or try it yourself. -- [EMAIL

Re: [twsocket] D2009 and ICS V6 Ansi

2008-09-26 Thread Arno Garrels
Paul wrote: In D2009 the type string is mapped to UnicodeString. If you want ansi string, just use type AnsiString. yes, but HttpCli.Url is a string, which would be a unicodestring in D2009. The only option is to change all String to AnsiString and PChar to PAnsiChar in ICS V6. There is a

Re: [twsocket] D2009 and ICS V6 Ansi

2008-09-26 Thread Angus Robertson - Magenta Systems Ltd
yes, but HttpCli.Url is a string, which would be a unicodestring in D2009. The only option is to change all String to AnsiString and PChar to PAnsiChar in ICS V6. Probably others too (fi Stringlist, TStrings and ...) ICS V6 is not supported under Delphi 2009. Arno and Francois spent many

Re: [twsocket] D2009 and ICS V6 Ansi

2008-09-26 Thread Francois Piette
Usually, a program can be recompiled with Delphi 2009 with no change and it works ! Changes are needed if your code assume chars are byte values (sizeof / length) or use strings for something which is not really a string. I think he is concerned about the fact that the property being

Re: [twsocket] D2009 and ICS V6 Ansi

2008-09-26 Thread Paul
I can try to use ICS V6 with D2009 and make all the neccesary changes to use unicode characters in both clients and servers. Taking into account the SizeOf(Char) every everywhere (like getmem to use with strings). Then only UrlEncode/Decode won't work with unicode characters with a non-ansi

Re: [twsocket] Early web server response

2008-09-26 Thread Maurizio Lotauro
Scrive [EMAIL PROTECTED] [EMAIL PROTECTED]: [...] I'm sorry but I'm confused. What caused IE to open a new connection? When you say I confirm, do you mean that you submit a username and password when IE prompted you? Consider that English is not my native language (not to mention that I

Re: [twsocket] Early web server response

2008-09-26 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: Maurizio Lotauro wrote: [...] Unfortunately I'm still using an old version of HttpProt.pas (1.86), and it seems different from yours, at least in the StateChange procedure. Can you send your HttpProt.pas? It's from Icsv7 but the snippets should

Re: [twsocket] Early web server response

2008-09-26 Thread Arno Garrels
Maurizio Lotauro wrote: It seems quite easy and without drawback because reproduce the normal flow. What do you think? Sounds reasonable. Arno, I'll try to add these changes to the version you send me so you can give it a try. Will do. Unfortunately my very old proxy machine that I used to

Re: [twsocket] Early web server response

2008-09-26 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: Maurizio Lotauro wrote: [...] Arno, I'll try to add these changes to the version you send me so you can give it a try. Will do. Unfortunately my very old proxy machine that I used to test NTLM proxy authentication went into the trash bin so I