[[EMAIL PROTECTED] - Wed Dec 4 13:20:10 2002]: > build commands used (from a VS.NET command shell) > set path=%path%;c:\cygwin\bin > perl Configure VC-WIN32 threads zlib no-shared > ms\do_masm.bat > nmake -f ms\ntdll.mak > > then drop the dlls from out32dll into an existing project, and it crashes. > > openssl-0.9.6g compiled with exactly the same steps, works ok.
So let me see, you're building 0.9.7, and you're replacing a 0.9.6 DLL with the 0.9.7 ones? And the applications using those DLLs are compiled against 0.9.6? If I understood you correctly, then the problem is that you need to recompile those applications. 0.9.7 isn't backward compatible with 0.9.6 (or at least, we definitely do not guarantee it) on a binary level. And even on a source level, there are a few changes (usually quite easy ones). I think that should answer your question and resolve this ticket. -- Richard Levitte ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
