Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Angus Robertson - Magenta Systems Ltd
Here is an article from Microsoft concerning the msvcr71.dll and where to place it. Another case of DLL hell. The only safe way to install an ICS SSL application is to install the two or three SSL and runtime DLLs in the same directory as the program. Otherwise you may get conflicts with

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: Here is an article from Microsoft concerning the msvcr71.dll and where to place it. Another case of DLL hell. The only safe way to install an ICS SSL application is to install the two or three SSL and runtime DLLs in the same directory as the

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Paul
I always put the libraries in the application folder. For one application, I probably need to switch to another library. I tested RTC yesterday (RealThinClient). It can use commercial SSL libraries like SecureBlackBox of which I have a license of an older version. But after a simple test ,

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Francois PIETTE
I recently managed to build OpenSSL with C++ Builder, so one was able link .obj files rather than the libraries, though I'm not sure whether OpenSSL license allowed this for closed-source applications. That is very interesting. Maybe you could create a wiki page to describe the required steps

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Arno Garrels
Francois PIETTE wrote: I recently managed to build OpenSSL with C++ Builder, so one was able link .obj files rather than the libraries, though I'm not sure whether OpenSSL license allowed this for closed-source applications. That is very interesting. Maybe you could create a wiki page to

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Francois PIETTE
I recently managed to build OpenSSL with C++ Builder, so one was able link .obj files rather than the libraries, though I'm not sure whether OpenSSL license allowed this for closed-source applications. That is very interesting. Maybe you could create a wiki page to describe the required steps

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Arno Garrels
Francois PIETTE wrote: I recently managed to build OpenSSL with C++ Builder, so one was able link .obj files rather than the libraries, though I'm not sure whether OpenSSL license allowed this for closed-source applications. That is very interesting. Maybe you could create a wiki page to

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Francois PIETTE
I had understood that you rebuild OpenSSL DLL using BCB. Am I wrong ? -- francois.pie...@overbyte.be http://www.overbyte.be - Original Message - From: Arno Garrels arno.garr...@gmx.de To: ICS support mailing twsocket@elists.org Sent: Sunday, July 26, 2009 8:59 PM Subject: Re: