Re: [twsocket] Is the SVN server online?

2010-11-22 Thread Fastream Technologies
Dear Francois, With the Tortoise CVS client when I click checkout and paste the URL :ext:i...@svn.overbyte.be/ics/branches/icsipv6 it says: end of file from server and the client even does not let me copy the entire log to clipboard!! Regards, SZ On Mon, Nov 22, 2010 at 9:53 AM, Francois

Re: [twsocket] Is the SVN server online?

2010-11-22 Thread Tobias Rapp
Hello SZ, With the Tortoise CVS client when I click checkout and paste the URL :ext:i...@svn.overbyte.be/ics/branches/icsipv6 it says: end of file from server I guess you confused TortoiseCVS - TortoiseSVN. The GUI client for Subversion (SVN) can be downloaded at

[twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-22 Thread Arno Garrels
See subject. -- Arno Garrels -- 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] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-22 Thread Fastream Technologies
Dear Arno, Here is the first impression with the new IPv6 code. Package compile with our defines went well. However in the project, it gave the following error on Winsock2.hpp: http://www.fastream.com/ics/icsipv6error.png Hope you can help. Our unit httpmtsrv inherits from

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-22 Thread Fastream Technologies
Also, as I have asked before, can you make: procedure CheckDelaySetReady; { 09/26/08 ML } in httpprot.pas as virtual? Regards, SZ On Mon, Nov 22, 2010 at 1:20 PM, Fastream Technologies ga...@fastream.comwrote: Dear Arno, Here is the first impression with the

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-22 Thread Arno Garrels
Fastream Technologies wrote: Also, as I have asked before, can you make: procedure CheckDelaySetReady; { 09/26/08 ML } in httpprot.pas as virtual? Done in both trunk and IPv6. with our defines went well. However in the project, it gave the following error

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-22 Thread Fastream Technologies
Ok that's passed now with what you suggested. I now get the below AV: http://www.fastream.com/ics/icsipv6error2.png This is the first listening web server socket, for the admin interface... Regards, SZ On Mon, Nov 22, 2010 at 2:40 PM, Arno Garrels arno.garr...@gmx.de wrote: Arno Garrels

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-22 Thread Arno Garrels
Fastream Technologies wrote: Ok that's passed now with what you suggested. I now get the below AV: http://www.fastream.com/ics/icsipv6error2.png This is the first listening web server socket, for the admin interface... This call stack makes no sense IMO. TCustomSocksWSocket.Create calls

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-22 Thread Fastream Technologies
Hi again Arno, Here is what I did: - renamed the old ICS folder to something like ICS IPv4 backup - checked out the code to a new folder with the old folder's name - copied the old BCB2010 package's project files over so that I would not have to re-enter all the defines - cleared the project

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-22 Thread Arno Garrels
Fastream Technologies wrote: Hi again Arno, Here is what I did: - renamed the old ICS folder to something like ICS IPv4 backup - checked out the code to a new folder with the old folder's name - copied the old BCB2010 package's project files over so that I would not have to re-enter all

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-22 Thread Fastream Technologies
Hello, On Mon, Nov 22, 2010 at 8:02 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Hi again Arno, Here is what I did: - renamed the old ICS folder to something like ICS IPv4 backup - checked out the code to a new folder with the old folder's name - copied

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-22 Thread Arno Garrels
Fastream Technologies wrote: I have tried what you said but it still gives read of address . This is the problematic line: adminHTTPServer = new THttpServer(NULL); I know :) Maybe you call it with a non-null parameter in your tests? But this should also work because I need

Re: [twsocket] IPv6 branch updated with latest changes from trunk Rev. #631

2010-11-22 Thread Fastream Technologies
Ok, somehow the packages got mixed and the defines were wrong. Anyway, can you try to compile the latest IPv6 package with NO_ADV_MT defined? It bombs in web server component! Regards, SZ On Mon, Nov 22, 2010 at 8:36 PM, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: