Hello, I have used libeay32 to create a 32-bit DLL for a digital signature project with great success, but now I have to create a 16-bit DLL as well :-( For the 32-bit DLL project I am using MS VC++ 4.2 that includes libeay32.lib. Now I have created a 16-bit DLL project with MS Visual C++ 1.52 that includes libeay16.lib, and get these linking errors: SIGNMAIN.OBJ(c:\projects\digsig\signmain.c) : error L2029: '_PEM_ASN1_read' : unresolved external SIGNMAIN.OBJ(c:\projects\digsig\signmain.c) : error L2029: '_BIO_s_file' : unresolved external CERT.OBJ(c:\projects\digsig\cert.c) : error L2029: '_BIO_s_file' : unresolved external Is libeay16 some what limited compared to libeay32 or have I done something wrong when creating libeay16? Regards, Tommy Hellstr�m, Eldean AB, http://www.eldean.se +-------------------------------------------------------------------------+ | Administrative requests should be sent to [EMAIL PROTECTED] | | List service provided by Open Software Associates, http://www.osa.com/ | +-------------------------------------------------------------------------+
