Re: [twsocket] NewICS-V6andICS-SSL-V6 availableBCBCOMPATIBILITYWARNING

2007-06-26 Thread Fastream Technologies
Hello Veit, Sorry for the long quotation (apologies) and thank you for the "insight" feedback. I think the long quotation is the downside of the fast connection which prevents me from noticing the speed issue. And no, I don't speak German as I am from Turkey. Best Regards, SZ - Original M

Re: [twsocket] New ICS-V6andICS-SSL-V6 availableBCBCOMPATIBILITYWARNING

2007-06-26 Thread Veit Zimmermann
Hello Faststream Technologies Excuse me, but this is becoming a little bit annoying. Could you please shorten the quotation of your messages? I mean, is it really necessary to quote 300 lines for only line of text: Fastream Technologies wrote: > I am now 100% sure it is a ICSv6 vs. BCB issue. >

Re: [twsocket] New ICS-V6andICS-SSL-V6 availableBCBCOMPATIBILITYWARNING

2007-06-26 Thread Fastream Technologies
I am now 100% sure it is a ICSv6 vs. BCB issue. - Original Message - From: "Bjørnar Nielsen" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Tuesday, June 26, 2007 9:46 PM Subject: Re: [twsocket] New ICS-V6andICS-SSL-V6 availableBCBCOMPATIBILITYWARNING Now I'm not sure if I had

Re: [twsocket] New ICS-V6andICS-SSL-V6 availableBCB COMPATIBILITYWARNING

2007-06-26 Thread Bjørnar Nielsen
Now I'm not sure if I had to call send directly. But I had a derived class and I set the classid. I got the same error as you when compiling. When I removed the classid or made the the derived component in Delphi instead of in C++ the error went away. I got this error when upgrading from V5 to V6.

[twsocket] [OT] C++Builder Day

2007-06-26 Thread Francois PIETTE
Currently there is an online conference about C++ Builder 2007. http://borland.interwise.com/borland/iClass/LB4974/default.asp Next session start within a few minutes (9am in the US, 8pm in Paris). -- [EMAIL PROTECTED] The author of the freeware multi-tier middleware MidWare The author of the free

[twsocket] Proposal for change in OverByteICSHttpProt

2007-06-26 Thread Fastream Technologies
Hello, What about this change: {$IFDEF COMPILER5_U} {$IFNDEF NO_USE_OF_ADVANCED_HTTP_CLIENT_FEATURES} {$DEFINE UseNTLMAuthentication} {$DEFINE UseBandwidthControl} {$DEFINE UseContentCoding} {$ENDIF} {$ENDIF} instead of {$IFDEF COMPILER5_U} {$DEFINE UseNTLMAuthentication} {$

Re: [twsocket] New ICS-V6andICS-SSL-V6 availableBCB COMPATIBILITYWARNING

2007-06-26 Thread Fastream Technologies
Had you upgraded to the latest v6? Regards, SZ - Original Message - From: "Bjørnar Nielsen" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Tuesday, June 26, 2007 6:08 PM Subject: Re: [twsocket] New ICS-V6andICS-SSL-V6 availableBCB COMPATIBILITYWARNING I don't have time to tes

Re: [twsocket] New ICS-V6andICS-SSL-V6 available BCB COMPATIBILITYWARNING

2007-06-26 Thread Bjørnar Nielsen
I don't have time to test you project, but I looked at the source, and I got my error the same way, but the difference was that I also had to call the send-method to trigger the linker-error. The combination of calling send and setting classid made this error trigger. Regards Bjørnar -Origina

Re: [twsocket] New ICS-V6andICS-SSL-V6 available BCB COMPATIBILITYWARNING

2007-06-26 Thread Fastream Technologies
I am 99% sure it is a name clash now. I hope somebody profficient in Delphi can look to my demo. BTW, can you see the same error with my demo project? Regards, Gorkem - Original Message - From: "Bjørnar Nielsen" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Tuesday, June 26, 2

Re: [twsocket] New ICS-V6andICS-SSL-V6 available BCB COMPATIBILITYWARNING

2007-06-26 Thread Fastream Technologies
I think the problem goes to TCustomWSocket. Its methods must also be renamed if we decide to follow that route... Regards, SZ - Original Message - From: "Bjørnar Nielsen" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Tuesday, June 26, 2007 2:54 PM Subject: Re: [twsocket] New I

Re: [twsocket] New ICS-V6andICS-SSL-V6 available BCB COMPATIBILITY WARNING

2007-06-26 Thread Bjørnar Nielsen
I'm not sure renaming would solve the problem. If I remember correctly, I tried to rename SendTo and 2 Send-procedures (I think it was one for sending just a byte and another for sending more data) in the Httpclient-class. You could try it also, maybe you could get it to work, I could not (I don't

Re: [twsocket] [ICS-SSL] New ICS-V6andICS-SSL-V6 available BCB COMPATIBILITY WARNING

2007-06-26 Thread Fastream Technologies
Hint: I think the problem must be related with BCB making Delphi namespaces flat--global. IOW, the send and sendto in OverbyteIcsWinsock clashes with those in wsocket.pas. Not in delphi because they are in distinct separate namespaces in delphi but in BCB. As I said, renaming may be a solution,

Re: [twsocket] [ICS-SSL] New ICS-V6andICS-SSL-V6 available BCB COMPATIBILITY WARNING

2007-06-26 Thread Fastream Technologies
Sorry. Since the problem occurs with THttpServer, I think I should post to twsocket but can we assume all of the members of ics-ssl are also members of twsocket? Also, will you (Francois) be debugging the problem? I created the most simple test case for you as you always want us to do... We can

Re: [twsocket] [ICS-SSL] New ICS-V6andICS-SSL-V6 availableBCB2006COMPATIBILITY WARNING

2007-06-26 Thread Francois Piette
Please stop spamming the lists and myself. Use only one mailing list, the best suited for your problem. If you annoy please, they won't help you. Remember we have only volunteers here. No one is paid to answer your questions. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message

Re: [twsocket] New ICS-V6 andICS-SSL-V6 availableBCB2006COMPATIBILITY WARNING

2007-06-26 Thread Fastream Technologies
Sorry it ought to be http://www.fastream.com/ics/LinkerBugTest.zip instead. Best Regards, SZ - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "'SSL implementation for ICS'" <[EMAIL PROTECTED]>; "ICS support mailing" Cc: "Francois PIETTE" <[EMAIL PROTECTED]> S

Re: [twsocket] New ICS-V6 andICS-SSL-V6 availableBCB2006COMPATIBILITY WARNING

2007-06-26 Thread Fastream Technologies
Hello, I have been able to reproduce the error with a 10-lines HTTP server demo in BCB2006. Here it is: http://www.fastream.com/ics/LinkerBugTester.zip . It does not link! Francois, please help us fix this as it seems that Fastream is not the only company suffering from this in ALL (both SSL an