[EMAIL PROTECTED] wrote:
Hi,
Has anybody tryed do compile openssl 0.9.8 under BCB? I've got some
problems during doing it...

Are you able to use pre-built binaries using the defualt build of OpenSSL? If so, try:

http://www.slproweb.com/products/Win32OpenSSL.html

It comes with premade libraries for Borland Builder, MSVC++ 6/.NET, and MinGW to link against.

If you have to do it yourself, compile with MSVC++ and MASM. Then, use Borland's IMPLIB tool on the DLLs to generate .lib files to use in your project. That is how Win32 OpenSSL does it.

Thomas Hruska
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to