Hi Paul,
have you tried removing the "#define new DEBUG_NEW" definition? When that macro is enable, all attempts to use a placement new will fail (regardless if Xerces is involved or not)


Alberto

At 22.06 22/12/2004 -0800, Paul Rivera wrote:
I compiled it with xerces-c-2.6.0 and I'm still
getting errors from XMemory.hpp.  Some of the lines
which Visual Studio points out are:

void* operator new(size_t size);
void* operator new(size_t size, const char* file, int
line);
void operator delete(void* p, const char* file, int
line);
void* operator new(size_t size, MemoryManager*
memMgr);
void operator delete(void* p);

any ideas?  Are there patches for this?  If yes, can
you tell me where to get them?

--- Gareth Reakes <[EMAIL PROTECTED]>
wrote:

> Hey,
>
> >
> > Has this been fixed in xerces-c++-2.6.0?  If yes,
> > maybe I could just download it.
>
> Yes, and there have been lots of other improvements,
> if you can,
> download it.
>
>
> > Else, can you tell me
> > how to fix this?  If its a patch file, I have a
> couple
> > of questions.
> >
> > 1.)  do I run it with "patch -p2 < patchfile"?
>
> Depends on how much of the path from he patch you
> want to ignore. The
> man page is quite good, if you need more info mail
> again.
>
> > 2.)  Should I do it in the directory where my src
> > folder is located?
> > 3.)  patchfiles usually have something like
> > /home/cvspublic/xml-xerces/c/src/xercesc/util/
> > prefixed in the file to be patched.  My directory
> > structure is not like that.  Xerces is in
> > c:\xerces-c-src2_4_0.  Is it ok?
>
>
> Yes, its OK, it means you have to change -p option
> to only take account
> of the section of section of the path that is the
> same.
>
>
> Gareth
>
> --
> Gareth Reakes, Managing Director      Parthenon
> Computing
> +44-1865-811184
> http://www.parthcomp.com
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>




__________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250

---------------------------------------------------------------------
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]



Reply via email to