[jira] Resolved: (XERCESC-754) TrueCoverage build fails in Window due to __cdecl (PatchAvailable)

2005-01-25 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-754?page=history ] Alberto Massari resolved XERCESC-754: - Assign To: (was: Xerces-C Developers Mailing List) Resolution: Cannot Reproduce I tried compiling Xerces 2.6 on Windows XP using Tr

Re: Static Build of Xerces/Windows VC7.1

2005-01-25 Thread Alberto Massari
At 06.50 25/01/2005 -0800, Sanjiv Deshpande wrote: I should have browsed the newsgroup before posting There were atleast two ways in which you could comiple xerces statically, First Method, - First change the project type from dll to static lib. - Remove the Win32MsgLoader from the project and add

Re: Static Build of Xerces/Windows VC7.1

2005-01-25 Thread Sanjiv Deshpande
I should have browsed the newsgroup before posting There were atleast two ways in which you could comiple xerces statically, First Method, - First change the project type from dll to static lib. - Remove the Win32MsgLoader from the project and add the InMemMsgLoader instead. - Change the project

RE: Performance issues in DOMNode::setUserData() / DOMNode::getUserData()

2005-01-25 Thread Alberto Massari
Hi Fulvio, At 08.09 23/01/2005 +0100, Fulvio Risso wrote: Hi Gareth. I don't provide you any example just because what I'm saying is evident from the Xerces code. There's a global list instead of something local to the node. And, probably, the list is too small for handling data associated to each

Re: Static Build of Xerces/Windows VC7.1

2005-01-25 Thread Alberto Massari
Hi Sanjiv, At 21.15 24/01/2005 -0800, Sanjiv Deshpande wrote: Hi all, is there a documentation as to how to build xalan statically on windows/vc7.1 Did you compile Xalan or Xerces? I tried it and got a lib file of some 100 mb in debug mode. I think i am not doing it correctly. Any help would be ap