Re: [twsocket] Problem upgrading to ICS V5 forDelphi/C++BuilderBeta(Nov 11, 2006)

2007-04-15 Thread Arno Garrels
David Bridges wrote: When I upgraded HTTP stopped working, is there some know changes that need to be made? In the code below I always catch an exception as a result of a 404. If I type the url into a browser it works. Is the page not being found with HttpTst demo as well? If yes, log the

Re: [twsocket] Bug in HTTPProt.pas (URGENT)

2007-04-15 Thread Arno Garrels
It turned out that this was false alert. I couldn't reproduce the problem, tested against an URL provided by Fastream Technologies using latest Betas v5/v6. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Fastream Technologies wrote: Hello, Please use the ICS

Re: [twsocket] Bug in HTTPProt.pas (URGENT)

2007-04-15 Thread Fastream Technologies
Hello Everybody, Due to my fatigue, I could not recognize that I did not recompile with the latest v6 source. Sorry. Now everything is fine. Best Regards, SZ - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing [EMAIL PROTECTED] Sent: Sunday, April 15,

Re: [twsocket] Problem upgrading to ICSV5forDelphi/C++BuilderBeta(Nov 11, 2006)

2007-04-15 Thread David Bridges
In THttpCli.DoRequestAsync a valid FURL is being passed into ParseURL but everything is coming back NULL... else begin ParseURL(FURL, Proto, User, Pass, Host, Port, FPath); FTargetHost := Host; FDocName:= FPath; FProtocol := Proto; if User ''