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

2010-06-22 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of JC Yang > Sent: Saturday, 19 June, 2010 05:34 > 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 Thomp

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

2010-06-21 Thread wellen . lau
I am on PTO from 6/21 - 6/25. I will get back to your questions and concerns when I am back. If this is an critical issue, please contact Rahul J oshi[rahul.x.jo...@oracle.com] for immediate assistance. __ OpenSSL Project

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

2010-06-21 Thread Jakob Bohm
On 19-06-2010 01:49, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of William A. Rowe Jr. Sent: Friday, 18 June, 2010 00:59 On 6/17/2010 10:10 PM, Dave Thompson wrote: (MSVC++ build) 2. Even if you have symbols, I believe they use relative pathnames,

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 June, 2010 23:53 > > >

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

2010-06-18 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of William A. Rowe Jr. > Sent: Friday, 18 June, 2010 00:59 > On 6/17/2010 10:10 PM, Dave Thompson wrote: (MSVC++ build) > > 2. Even if you have symbols, I believe they use relative pathnames, > > and the IDE has to be told where to find them. In t

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

2010-06-17 Thread William A. Rowe Jr.
On 6/17/2010 10:10 PM, Dave Thompson wrote: >> From: owner-openssl-us...@openssl.org On Behalf Of JC Yang >> Sent: Wednesday, 16 June, 2010 23:53 > >> Hi, I'm new to openssl. I've just compiled openssl with Visual C++ > 2008, >> I've read the installation guide and added the

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

2010-06-17 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of JC Yang > Sent: Wednesday, 16 June, 2010 23:53 > 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.pl > line in do_mas