From: "Tim Ward" <t...@brettward.co.uk>
For debug, you need to generate and use a different .mak file;
where you see the lines in do_{ms,masm,nasm}.bat that say
perl util\mk1mf.pl (options) VC-WIN32 >makefile
either add lines with 'debug' added to the options part
and different makefiles (I use ntdbg.mak ntdlldbg.mak),
or just do those one or two command lines manually.
nmake the resulting .mak files and have your app debug build
use out32[dll].dbg\* instead of out32[dll]\*.
OK, I've done that, I'm now trying the pkread.c sample in debug build
again.
It fails at the same point
Ah, that was because I'd left the pkread.c debug build at /MD from one of my
earlier experiments ... fix that and it seems to work now. Next to try my
real application again ...
Tim Ward - Brett Ward Limited - 07801 703 600
www.brettward.co.uk
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org