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
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
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
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!
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
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.