On Sat, 11 Apr 1998 [EMAIL PROTECTED] wrote: > I have a problem with the libleay.dll. > when I use some functions (such as PEM_ASN1_read) in libleay.dll, > my program shutdown. But when I use them in a static lib created by > cryto.c,there is no problem. > > I use visual c++ 5.0 . The libleay.dll createed by NTDLL.MAK . > those functions which cannot be used often begin with PEM_.... Try doing a perl util/mk1mf.pl VC-WIN32 debug dll >ntdlldbg.mak and build with that debug makefile. It should be able to drop you into the Visual C 5.0 debugger which should help a bit. Failing that, could you send me a small example program that causes the problem? eric +-------------------------------------------------------------------------+ | Administrative requests should be sent to [EMAIL PROTECTED] | | List service provided by Open Software Associates, http://www.osa.com/ | +-------------------------------------------------------------------------+
