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

Static Build of Xerces/Windows VC7.1

2005-01-24 Thread Sanjiv Deshpande
Hi all, is there a documentation as to how to build xalan statically on windows/vc7.1 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 appreciated -thanks Sanjiv __ Do you Yahoo!

Re: static build of Xerces

2004-08-25 Thread Gareth Reakes
Hi, We have built a static Xerces library on Solaris and on Windows. We will be building it soon on AIX, IRIX, and TRU64 machines. I would be happy to submit the changes in the makefiles needed to build the static version for each of those platforms, with the hope that it will be included wit

static build of Xerces

2004-08-24 Thread Norm Samuelson
I got tired of waiting for someone to come up with a solution to building a static version of the xerces library. I set aside some time and looked into the problem for myself, with the help of a colleague who worked on the Windows version. There are a couple of problems with shared libraries.