Re: Apache fails to start when Xerces library is used in a C++ module

2013-03-31 Thread Sindhi Sindhi
Thankyou very much, after providing the Xerces DLL location in LoadFile I'm able to parse the XML :-) Thanks once again! On Sun, Mar 31, 2013 at 5:25 PM, Rainer Jung wrote: > On 31.03.2013 13:09, Sindhi Sindhi wrote: > > Hello Sorin, > > > > Thanks for your reply. > > > > I tried the below two -

Re: Apache fails to start when Xerces library is used in a C++ module

2013-03-31 Thread Rainer Jung
On 31.03.2013 13:09, Sindhi Sindhi wrote: > Hello Sorin, > > Thanks for your reply. > > I tried the below two - > > 1. I had earlier downloaded Xerces from > http://xml.apache.org/dist/xerces-c/3/binaries/xerces-c-3.1.1-x86_64-windows-vc-10.0.zip > It had xerces-c_3.lib and xerces-c_static_3.lib

Re: Apache fails to start when Xerces library is used in a C++ module

2013-03-31 Thread Sindhi Sindhi
Hello Sorin, Thanks for your reply. I tried the below two - 1. I had earlier downloaded Xerces from http://xml.apache.org/dist/xerces-c/3/binaries/xerces-c-3.1.1-x86_64-windows-vc-10.0.zip It had xerces-c_3.lib and xerces-c_static_3.lib. The file names indicated that these are 64-bit binaries.

Re: Apache fails to start when Xerces library is used in a C++ module

2013-03-31 Thread Sorin Manolache
On 2013-03-31 11:06, Sindhi Sindhi wrote: Hello, I have written a C++ module to invoke the Xerces C++ XML library to parse a XML file. I'm unable to start httpd.exe with these changes. Here are the details - a) Apache server version: httpd-2.4.4-win64 b) Xerces version: xerces-c-3.1.1-x86_64-wi