[twsocket] ICS components in RAD Studio 2007

2008-12-03 Thread Mark Dutch
Sorry if this is a rather simple question, but I would appreciate some help. I have previously used ICS components in a number of my own applications under BCB4 BCB5 with no problems. I am now re-starting programming after a break of three years and I have purchased RAD Studio 2007 (BCB Delphi).

Re: [twsocket] ICS components in RAD Studio 2007

2008-12-03 Thread Olivier Sannier
Most likely you did not have the correct paths to the include/lib paths for your project. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] ICS components in RAD Studio 2007

2008-12-03 Thread Mark Dutch
Oliver, You are right. I have now recreated an application with the original files from scratch and when I try to build I am getting the following: Unable to find static library: OverbyteIcsDel110Package.lib Trouble is I can't find that file anywhere, so I can't have installed this properly. --

Re: [twsocket] ICS components in RAD Studio 2007

2008-12-03 Thread Francois Piette
I have now recreated an application with the original files from scratch and when I try to build I am getting the following: Unable to find static library: OverbyteIcsDel110Package.lib Trouble is I can't find that file anywhere, so I can't have installed this properly. It is likely you have

Re: [twsocket] [ICS6] Access Violation?

2008-12-03 Thread Arno Garrels
Fred wrote: Hello I'm obviously doing it wrong: After authenticating to a web server with POST and receiving some cookies, I'm getting an Access Violation while I'm copying the response into a memo: I cannot reproduce the AV in ICS v7. Maybe some event handler already freed the stream? --

[twsocket] The SVN repositories are currently down

2008-12-03 Thread Arno Garrels
I guess Angus is moving them to another ISP. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at

Re: [twsocket] The SVN repositories are currently down

2008-12-03 Thread Angus Robertson - Magenta Systems Ltd
I guess Angus is moving them to another ISP. It will be moving real soon, but not yet. Both existing SVN servers are working from here OK. SVN updates are still OK for a few days, and there will be no interruption in downloads. My own web site at another hosting facility was down this

Re: [twsocket] The SVN repositories are currently down

2008-12-03 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: I guess Angus is moving them to another ISP. It will be moving real soon, but not yet. OK, turned out that it is a router problem of my ISP :( -- Arno Both existing SVN servers are working from here OK. SVN updates are still OK for a few

Re: [twsocket] TProxyInfo for D2009

2008-12-03 Thread Maurizio Lotauro
Scrive Paul [EMAIL PROTECTED]: Hi Maurizio, Since Wininet is not unicode enabled, I've changed all Char, PChar and String to Ansi except the variables used by ICS-function ParseUrl. I get about 60 Warnings :-( I see. I can try to adapt it to D2009. It's working, but the warnings

Re: [twsocket] [ICS6] Access Violation?

2008-12-03 Thread Maurizio Lotauro
Scrive Fred [EMAIL PROTECTED]: Hello I'm obviously doing it wrong: After authenticating to a web server with POST and receiving some cookies, I'm getting an Access Violation while I'm copying the response into a memo: [...] After calling the Free you must set the property to nil. Bye,

Re: [twsocket] TProxyInfo for D2009

2008-12-03 Thread Paul
- Original Message - From: Maurizio Lotauro [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, December 03, 2008 3:57 PM Subject: Re: [twsocket] TProxyInfo for D2009 What explanation they do? deprecated Paul -- To unsubscribe or change your settings for