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 pay for it. I 
wrote this as well but you said nothing about that..

Best Regards,

SZ

- Original Message - 
From: Francois Piette [EMAIL PROTECTED]
To: SSL implementation for ICS [EMAIL PROTECTED]; ICS support mailing 
twsocket@elists.org
Sent: Tuesday, June 26, 2007 12:49 PM
Subject: Re: [ICS-SSL] New ICS-V6andICS-SSL-V6 
availableBCB2006COMPATIBILITYWARNING


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 - 
From: Fastream Technologies [EMAIL PROTECTED]
To: 'SSL implementation for ICS' [EMAIL PROTECTED]; ICS support
mailing twsocket@elists.org
Cc: Francois PIETTE [EMAIL PROTECTED]
Sent: Tuesday, June 26, 2007 11:10 AM
Subject: Re: [ICS-SSL] New ICS-V6andICS-SSL-V6 availableBCB2006COMPATIBILITY
WARNING


 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 twsocket@elists.org
 Cc: Francois PIETTE [EMAIL PROTECTED]
 Sent: Tuesday, June 26, 2007 11:34 AM
 Subject: Re: New ICS-V6 andICS-SSL-V6 availableBCB2006COMPATIBILITY
WARNING


  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
and
  normal) V6 under BCB6-2006.  You can count this for our consultancy
  budget.
 
  Best Regards,
 
  SZ
 
  - Original Message - 
  From: Bjørnar Nielsen [EMAIL PROTECTED]
  To: 'SSL implementation for ICS' [EMAIL PROTECTED]
  Sent: Tuesday, June 26, 2007 10:28 AM
  Subject: Re: [ICS-SSL] [twsocket] New ICS-V6 andICS-SSL-V6
  availableBCB2006COMPATIBILITY WARNING
 
 
  I had this problem myself when deriving the client-component in the
  webserver.
 
  I'm just guessing here that you have a project similar to the webserver.
  The
  problem was that I could not use C++ to derive the client-component, I
had
  to implement the derived class I Delphi. I never found another
workaround.
  By the way, I use BCB Pro 6.0. I'm not sure if it's related to SSL or
not.
  I
  got this problem when switching to ICS V6.
 
  Regards Bjørnar
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
  Behalf Of Fastream Technologies
  Sent: 25. juni 2007 20:35
  To: SSL implementation for ICS
  Subject: Re: [ICS-SSL] [twsocket] New ICS-V6 and ICS-SSL-V6
  availableBCB2006COMPATIBILITY WARNING
 
  I do not think it is a SSL problem. I saw this with versions prior to
  ICS-SSL!
 
  - Original Message - 
  From: Francois PIETTE [EMAIL PROTECTED]
  To: ICS support mailing twsocket@elists.org
  Sent: Monday, June 25, 2007 9:26 PM
  Subject: Re: [twsocket] New ICS-V6 and ICS-SSL-V6
  availableBCB2006COMPATIBILITY WARNING
 
 
  Please switch to ICS-SSL mailing list.
 
  -- 
  [EMAIL PROTECTED]
  http://www.overbyte.be
 
  - Original Message - 
  From: Fastream Technologies [EMAIL PROTECTED]
  To: ICS support mailing twsocket@elists.org
  Sent: Monday, June 25, 2007 8:14 PM
  Subject: Re: [twsocket] New ICS-V6 and ICS-SSL-V6 available
  BCB2006COMPATIBILITY WARNING
 
 
  Hello,
 
  I get the below with old projects with the new ICS-SSL:
 
   [Linker Error] Error: Unresolved external '__fastcall
  Overbyteicswsocket::TCustomWSocket::Send(void * const, int)'
referenced
  from
  D:\FASTREAM\CURRENT PROJECTS\IQRP
ENGINE\REVERSEPROXYCLIENTCLASSUNIT.OBJ
   [Linker Error] Error: Unresolved external '__fastcall
  Overbyteicswsocket::TCustomWSocket::SendTo(const sockaddr_in, int,
void
  *
  const, int)' referenced from D:\FASTREAM\CURRENT PROJECTS\IQRP
  ENGINE\REVERSEPROXYCLIENTCLASSUNIT.OBJ
 
  Any idea? I remember seeing this before, here and myself but it
insists!
  There must be something wrong in the package itself
 
  Best Regards,
 
  SZ
 
  - Original Message - 
  From: Francois PIETTE [EMAIL PROTECTED]
  To: ICS support mailing twsocket@elists.org
  Sent: Monday, June 25, 2007 7:13 PM
  Subject: Re: [twsocket] New ICS-V6 and ICS-SSL-V6 available
 
 
  Where can we get the compiled latest OpenSSL DLLs?
 
  You can download from ICS-SSL website in the download section.
 
  -- 
  [EMAIL PROTECTED]
  http://www.overbyte.be
  -- 
  To unsubscribe or change your settings for TWSocket mailing list
  

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, but 
a lot painful since would break compatibility.

Bjornar, What do you think? Agree?

Regards,

SZ

- Original Message - 
From: Fastream Technologies [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Tuesday, June 26, 2007 1:25 PM
Subject: Re: [ICS-SSL] New ICS-V6andICS-SSL-V6 available BCB COMPATIBILITY 
WARNING


 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 pay for it. 
 I wrote this as well but you said nothing about that..

 Best Regards,

 SZ

 - Original Message - 
 From: Francois Piette [EMAIL PROTECTED]
 To: SSL implementation for ICS [EMAIL PROTECTED]; ICS support 
 mailing twsocket@elists.org
 Sent: Tuesday, June 26, 2007 12:49 PM
 Subject: Re: [ICS-SSL] New ICS-V6andICS-SSL-V6 
 availableBCB2006COMPATIBILITYWARNING


 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 - 
 From: Fastream Technologies [EMAIL PROTECTED]
 To: 'SSL implementation for ICS' [EMAIL PROTECTED]; ICS support
 mailing twsocket@elists.org
 Cc: Francois PIETTE [EMAIL PROTECTED]
 Sent: Tuesday, June 26, 2007 11:10 AM
 Subject: Re: [ICS-SSL] New ICS-V6andICS-SSL-V6 
 availableBCB2006COMPATIBILITY
 WARNING


 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 twsocket@elists.org
 Cc: Francois PIETTE [EMAIL PROTECTED]
 Sent: Tuesday, June 26, 2007 11:34 AM
 Subject: Re: New ICS-V6 andICS-SSL-V6 availableBCB2006COMPATIBILITY
 WARNING


  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
 and
  normal) V6 under BCB6-2006.  You can count this for our consultancy
  budget.
 
  Best Regards,
 
  SZ
 
  - Original Message - 
  From: Bjørnar Nielsen [EMAIL PROTECTED]
  To: 'SSL implementation for ICS' [EMAIL PROTECTED]
  Sent: Tuesday, June 26, 2007 10:28 AM
  Subject: Re: [ICS-SSL] [twsocket] New ICS-V6 andICS-SSL-V6
  availableBCB2006COMPATIBILITY WARNING
 
 
  I had this problem myself when deriving the client-component in the
  webserver.
 
  I'm just guessing here that you have a project similar to the 
  webserver.
  The
  problem was that I could not use C++ to derive the client-component, I
 had
  to implement the derived class I Delphi. I never found another
 workaround.
  By the way, I use BCB Pro 6.0. I'm not sure if it's related to SSL or
 not.
  I
  got this problem when switching to ICS V6.
 
  Regards Bjørnar
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
  Behalf Of Fastream Technologies
  Sent: 25. juni 2007 20:35
  To: SSL implementation for ICS
  Subject: Re: [ICS-SSL] [twsocket] New ICS-V6 and ICS-SSL-V6
  availableBCB2006COMPATIBILITY WARNING
 
  I do not think it is a SSL problem. I saw this with versions prior to
  ICS-SSL!
 
  - Original Message - 
  From: Francois PIETTE [EMAIL PROTECTED]
  To: ICS support mailing twsocket@elists.org
  Sent: Monday, June 25, 2007 9:26 PM
  Subject: Re: [twsocket] New ICS-V6 and ICS-SSL-V6
  availableBCB2006COMPATIBILITY WARNING
 
 
  Please switch to ICS-SSL mailing list.
 
  -- 
  [EMAIL PROTECTED]
  http://www.overbyte.be
 
  - Original Message - 
  From: Fastream Technologies [EMAIL PROTECTED]
  To: ICS support mailing twsocket@elists.org
  Sent: Monday, June 25, 2007 8:14 PM
  Subject: Re: [twsocket] New ICS-V6 and ICS-SSL-V6 available
  BCB2006COMPATIBILITY WARNING
 
 
  Hello,
 
  I get the below with old projects with the new ICS-SSL:
 
   [Linker Error] Error: Unresolved external '__fastcall
  Overbyteicswsocket::TCustomWSocket::Send(void * const, int)'
 referenced
  from
  D:\FASTREAM\CURRENT PROJECTS\IQRP
 ENGINE\REVERSEPROXYCLIENTCLASSUNIT.OBJ
   [Linker Error] Error: Unresolved external '__fastcall
  Overbyteicswsocket::TCustomWSocket::SendTo(const sockaddr_in, int,
 void
  *
  const, int)' referenced from