Re: How to debug Openssl DLL

2008-03-18 Thread Ger Hobbelt
Hi, You can use the generated DLL's (I assume you've used the OpenSSL provided batchfile/makefile set) with your project by adding them to the project dependencies. I do not know if this also suffices for VS2005 to 'see' the related source code (you do not 'link' source code: it's rather that

RE: How to debug Openssl DLL

2008-03-18 Thread learning openssl
Hello Ger, Thank you so much! MSVC2005 project files are definetly helpful. When you are ready, please inform me. Thanks again! Date: Mon, 17 Mar 2008 19:40:37 +0100 From: [EMAIL PROTECTED] To: openssl-users@openssl.org Subject: Re: How to debug Openssl DLL Hi, You can use the generated

Re: How to debug Openssl DLL

2008-03-18 Thread Ger Hobbelt
Okay, I'll reply to this thread when I post them on-line next week. Stay tuned ;-) Ger On Tue, Mar 18, 2008 at 10:00 AM, learning openssl [EMAIL PROTECTED] wrote: Hello Ger, Thank you so much! MSVC2005 project files are definetly helpful. When you are ready, please inform me. Thanks

How to debug Openssl DLL

2008-03-16 Thread learning openssl
Hello, I ceated the debug version of ssleay32.dll and libeay32.dll. I have an application compiled with VS2005 (MTD). How can I link the source code of Openssl to my application with VS2005? Thanks! _ Express yourself instantly

Re: how to debug openssl

2005-08-05 Thread Dmitry Belyavsky
Hello! On Fri, 5 Aug 2005, Jet Young wrote: Dear all, I want to debug the openssl command by using GDB. however, as you know that the default option of the makefile is without -g for gcc. how can i add the -g option for the gcc in an ease way when i compile openssl? ./config -g -- SY,

Re: how to debug openssl

2005-08-05 Thread Jet Young
thanks to Nils Larsch and Dmitry Belyavasky:) I found the command './config debug' is also work. On 8/5/05, Dmitry Belyavsky [EMAIL PROTECTED] wrote: Hello! On Fri, 5 Aug 2005, Jet Young wrote: Dear all, I want to debug the openssl command by using GDB. however, as you know that

how to debug openssl

2005-08-04 Thread Jet Young
Dear all, I want to debug the openssl command by using GDB. however, as you know that the default option of the makefile is without -g for gcc. how can i add the -g option for the gcc in an ease way when i compile openssl? many thanks. have a good day!