Skip to Content.
Sympa Menu

mace-opensaml-users - Re: cpp-xmltooling and msxml collisions

Subject: OpenSAML user discussion

List archive

Re: cpp-xmltooling and msxml collisions


Chronological Thread 
  • From: SCOTT CANTOR <>
  • To:
  • Subject: Re: cpp-xmltooling and msxml collisions
  • Date: Tue, 17 Apr 2007 14:33:17 -0400
  • Priority: normal

> I am often getting collisions between the msxml.h in the platform SDK
> and some xercesc::DOMDocument declarations. In one of my projects, I
> was able to neutralize this using the WIN32_LEAN_AND_MEAN macro which
> forces not loading of MsXml.h but in other projects I am still getting
> this collision. I wonder if explicit namespace declaration of xercesc
> object will not make things easier. For example, I am talking about
> ParserPool.h in which several methods return DOMDocument*...

I'll clean them up when I'm back in the office and eliminate any using
declarations in the headers. That's old code from the opensaml 1.x days.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page