[twsocket] Static link of OpenSSL libs ?

2009-10-04 Thread Max Terentiev
Hi, I downloaded OpenSSL source and compile it using BCB6. Now It's possible to statically link libeay32.lib and ssleay32.lib to my project and use it with ICS v6 without .dll's ? I want to compile OpenSSL directly to my .exe and avoid distributing libeay32.dll and ssleay32.dll with my app.

Re: [twsocket] Static link of OpenSSL libs ?

2009-10-04 Thread Arno Garrels
Max Terentiev wrote: Hi, I downloaded OpenSSL source and compile it using BCB6. Now It's possible to statically link libeay32.lib and ssleay32.lib to my project and use it with ICS v6 without .dll's ? I want to compile OpenSSL directly to my .exe and avoid distributing libeay32.dll and

Re: [twsocket] Static link of OpenSSL libs ?

2009-10-04 Thread Francois PIETTE
I downloaded OpenSSL source and compile it using BCB6. Now It's possible to statically link libeay32.lib and ssleay32.lib to my project and use it with ICS v6 without .dll's ? I want to compile OpenSSL directly to my .exe and avoid distributing libeay32.dll and ssleay32.dll with my app. It's

Re: [twsocket] Static link of OpenSSL libs ?

2009-10-04 Thread Max Terentiev
Hi, I'm not an expert with BCB. If Delphi can call BCB compiled functions, linking the obj files produced by BCB, then it is theoretically possible to modify ICS-SSL to replace dynamyc linking by static linking. Delphi should call bcb compiled functions. For example, ICS contains some

Re: [twsocket] Static link of OpenSSL libs ?

2009-10-04 Thread Francois PIETTE
I'm not an expert with BCB. If Delphi can call BCB compiled functions, linking the obj files produced by BCB, then it is theoretically possible to modify ICS-SSL to replace dynamyc linking by static linking. Delphi should call bcb compiled functions. For example, ICS contains some bcb-compiled