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]

Reply via email to