As I said I can make OpenSSL DLL's using Borland C++ 5.5.
Can someone help me finish this work ?
I think there is still one problem : a few macros and functions don't work,
but they don't work either when linking program with DLL's created with VC++
when using Borland compiler .(first lib files must be converted to OMF
format using coff2omf tool then linking could be done)

Maybe someone can tell me how to link VC++ creayed DLLs with program still
using Borland C++ 5.5. ?
Do you have any experiences with creating any  OpenSSL enabled program ?

Best Regards
Boguslaw Brandys

----- Original Message -----
From: "Bogusław Brandys" <[EMAIL PROTECTED]>
To: "OpenSSL-users" <[EMAIL PROTECTED]>
Sent: Monday, March 11, 2002 8:50 AM
Subject: Help !!!


> Help!!!
>
> I successfully make OpenSSL DLL's under Borland Free C++ Compiler 5.5.
> After that I try to compile example sign.c program dynamically linked to
> libeay32.dll.
> I must mention that this little program works good when  linked with
static
> library, but not with dynamic (crash)
> I recognized that problem is with such macros like PEM_load_PrivateKey or
> EVP_SignFinal. For example another functions like ERR_load_crypto_strings
or
> ERR_error, ERR_error_string
> working well.
>
> Is that a problem of compiler or not (I know that silly Borland syntax
need
> __import to import function but noone function in OpenSSL have this,
besides
> import library have all info about how to resolve function names, right so
> maybe __import is not neccessary) ? I try with DLL compiled under VC++ : I
> convert *.lib files with coff2omf and linked to sign.c - the same problem.
>
> Please help me !!
>
>
> Boguslaw Brandys
>
>
>
>
> --
>
> Okresl Swoje potrzeby - my znajdziemy oferte za Ciebie!
> [ http://oferty.onet.pl ]
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]



-- 

Określ Swoje potrzeby - my znajdziemy ofertę za Ciebie!
[ http://oferty.onet.pl ]

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

Reply via email to