Re: How to debug into the OpenSSL(openssl-0.9.8a) source code

2006-03-28 Thread Emre Binisik
Jie Zhang schrieb: Hello everybody, I am not able to debug into the OpenSSL library(openssl-0.9.8a) with my Microsoft Visual C++ .net IDE. As mentioned in the INSTALL.W32 I have add 'debug' to the mk1mf.pl lines in the do_* batch file. I am using do_masm.bat. I have obtained the out32dll.dbg f

RE: How to debug into the OpenSSL(openssl-0.9.8a) source code

2006-03-28 Thread Venkata Sairam
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of William A. Rowe, Jr. Sent: Wednesday, March 29, 2006 11:22 AM To: openssl-users@openssl.org Subject: Re: How to debug into the OpenSSL(openssl-0.9.8a) source code Venkata Sairam wrote: > I am also encounter

Re: How to debug into the OpenSSL(openssl-0.9.8a) source code

2006-03-28 Thread William A. Rowe, Jr.
Venkata Sairam wrote: I am also encountering the same problem. I tried adding in options as suggested. I had modified the CFLAG and LFLAG as below. CFLAG= /MD /Ox /O2 /Zi /Oy /Ob2 /W3 /WX /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -D_CRT_SECURE_NO_D

RE: How to debug into the OpenSSL(openssl-0.9.8a) source code

2006-03-28 Thread Venkata Sairam
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of William A. Rowe, Jr. Sent: Wednesday, March 29, 2006 6:30 AM To: openssl-users@openssl.org Subject: Re: How to debug into the OpenSSL(openssl-0.9.8a) source code Jie Zhang wrote: > Hello everybody, >

Re: How to debug into the OpenSSL(openssl-0.9.8a) source code

2006-03-28 Thread William A. Rowe, Jr.
Jie Zhang wrote: Hello everybody, I am not able to debug into the OpenSSL library(openssl-0.9.8a) with my Microsoft Visual C++ .net IDE. But during my application execution, I got: 'alfssl2_server.exe': Loaded 'C:\Jie\vscode\alfssl2_work_client\Debug\ssleay32.dll', Symbols loaded. 'alfssl2

How to debug into the OpenSSL(openssl-0.9.8a) source code

2006-03-28 Thread Jie Zhang
Hello everybody,I am not able to debug into the OpenSSL library(openssl-0.9.8a) with my Microsoft Visual C++ .net IDE. As mentioned in the INSTALL.W32 I have add 'debug' to the mk1mf.pl lines in the do_* batch file. I am using do_masm.bat. I have obtained the out32dll.dbg folder with 30 *.pdb files