Hi, I have done every thing listed in the manual but am not able to get the code dubugged. I have successfully built the projects but when I "start debugging" I receive the following error in VC++ source code :
--------------------------- Microsoft Visual C++ Debug Library --------------------------- Debug Assertion Failed! Program: ... File: dbgheap.c Line: 1252 Expression: _CrtIsValidHeapPointer(pUserData) For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts. (Press Retry to debug the application) --------------------------- Abort Retry Ignore --------------------------- I am not able to get past this issue. Please help here. Thanks, Shivam. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2008 10:16 PM To: Apache AXIS C Developers List Subject: Re: Looking for a debugger for axis2c On 6/13/08, Gupta, Shivam <[EMAIL PROTECTED]> wrote: > Hi, > I downloaded the latest version of Vc 2005 project for axis2/c. I > tried to build the solution but i get an error message saying 'apr.h' is > missing. > kindly help me to solve this problem. This error comes from the mod_axis2 project. This is the Apache module which connects Apache Web Server and Axis2/C. If you don't need to deploy Axis2/C with Apache you can remove this project from the VS solution. If you want to build this project, please specify the include path and lib path of Apache Web Server in the mod_axis2 project properties. You can do that by going to the C\C++ section and Linker section of the project properties dialog box. Supun. > > Thanks, > Shivam > > ________________________________ > From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2008 4:43 PM > To: Apache AXIS C Developers List > Subject: Re: Looking for a debugger for axis2c > > I think you are using the VS 2005 build. In that case you don't want > to change any of the nmake build related stuff in build/win32 > directory. I think the source distribution you are using has SSL and > Libcurl stuff in the VC project. To go along with that you need to > have those two libraries (Openssl and libcurl) included as well. If > you can get the latest version from the SVN it won't have that problem. > > Supun. > > On Wed, Jun 11, 2008 at 3:54 AM, Gupta, Shivam > <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: > Hi, > > It worked!! Thanks there. But I got stuck at another instance. > > Now, my build gives the error " Cannot open the file openssl.h: No > such file or directory". > > Now, I have set the constant AUTOCONF = > configure.in<http://configure.in> inside the Makefile. In > configure.in<http://configure.in>, I have set the values for > Enable_SSL = 0. So, I think the object should not worry about the files > specific to openssl. > > Could you help me with this? > > Thanks, > Shivam. > > ________________________________ > From: Supun Kamburugamuva > [mailto:[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>] > Sent: Wednesday, June 11, 2008 2:24 PM > > To: Apache AXIS C Developers List > Subject: Re: Looking for a debugger for axis2c > > You can add the external library dependencies by going to > tools->options->projects and solutions->visual c++ directories. There > tools->options->you > can add the eternal libraries include paths as well as library paths. > Generally you have to add the libxml2, iconv and zlib library paths > and include paths there. > > Supun. > > On Wed, Jun 11, 2008 at 1:41 AM, Gupta, Shivam > <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: > Hi, > > Thanks a lot for the project. However, I am trying to build it in > VS2005, it gives the error message " Cannot open file zlib.h:No such > file or directory". > > To correct this, I added the zlib directory location in the > Makefile. But I wasn't successful in getting aroun the build issue. > > Thanks n Regards, > Shivam. > > ________________________________ > From: Supun Kamburugamuva > [mailto:[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>] > Sent: Wednesday, June 11, 2008 11:52 AM > > To: Apache AXIS C Developers List > Subject: Re: Looking for a debugger for axis2c > > Hi, > > There is a VS 2005 solution in the ides/vc/axis2c folder of Axis2/C > source distribution. You can use that project. > > Supun. > > On Tue, Jun 10, 2008 at 11:09 PM, Gupta, Shivam > <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: > Hello, > > I have tried but was unsuccessful in managing to debug axis on > Visula Studio 2005. Could you provide me a link to some tutorial or > document that would guide me about creating a project in VS2005. I > want to import Axis2/c as a project in VS2005. > > Thanks, > Shivam > > ________________________________ > From: Rajika Kumarasiri > [mailto:[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>] > Sent: Tuesday, June 10, 2008 6:45 PM > To: Apache AXIS C Developers List > Subject: Re: Looking for a debugger for axis2c > > You can try gdb on Linux based platforms and Micrsoft Visual Studio > 2005 for Windows platform. > > -Rajika > > On Tue, Jun 10, 2008 at 6:25 PM, Gupta, Shivam > <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: > Hello, > > Could someone suggest me the best debugger that could be used to > debug Axis2/C. > > Thanks, > Shivam > > > > -- > comp.lang.c - http://groups.google.com/group/comp.lang.c/topics > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]