Re: How to attach source code in a debug build(Win32 Visual C++)?

2010-06-19 Thread JC Yang
Forget to say, I use some PE explorer alike tools to analyze the compiled dll, and found that there's debug symbols in it. And there's a reference(absolute path) to the corresponding .pdb file. I've no idea if the /Zi flag is ON.

Re: How to attach source code in a debug build(Win32 Visual C++)?

2010-06-19 Thread JC Yang
Hi, Dave I'm compiling 0.9.8e, I think the 1st part of your speculation might be the cause. How can I fix it manually? On Fri, Jun 18, 2010 at 11:10 AM, Dave Thompson wrote: > > From: owner-openssl-us...@openssl.org On Behalf Of JC Yang > > Sent: Wednesday, 16

How to attach source code in a debug build(Win32 Visual C++)?

2010-06-16 Thread JC Yang
Hi, I'm new to openssl. I've just compiled openssl with Visual C++ 2008, I've read the installation guide and added the debug command in the mk1mf.plline in do_masm.bat, but I found that there's no source code information included in the build. I'd like to know how can I attach the source code in t