Hi,
See http://www.iconsinc.com/~agray/ossldev
Cheers
--
Michael Czapski
Senior Consultant
SeeBeyond Pty. Ltd.
+61 2 9409-5403
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of John Denney
Sent: Thursday, March 15, 2001 5:02 AM
To: [EMAIL PROTECTED]
Subject: build/debug dll version
I'm trying to step into an openSSL function using Microsoft VC++ 6.0
workbench debugger, but it refuses to step into it.
The libraries were built using the ntdll.mak file, with the options
modified for debug version by setting /Zi, changing /MD to /MDd, and
replacing the optimize flags /Ox /O2 /Ob2 with /Od (no optimization).
At startup, my debug window displays:
"Loaded 'C:\010215\MT Debug\ssleay32.dll', no matching symbolic
information found."
How do I tell it where the symbolic information is found?
I've tried moving the out32dll.pdb file into the 'MT Debug' directory.
I've also tried copying it to the names ssleay32.pdb and libeay32.pdb.
It will step in if I link in the openssl static libraries built using
nt.mak (with options modified for debug version).
Regards,
John
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]