Never mind, ignore me, I found it in the SVN repository :)

-----Original Message-----
From: Matt Holmes 
Sent: Thursday, August 25, 2005 10:14 AM
To: [email protected]
Subject: RE: How to eliminate .dll dependency on Windows?

Sorry to go back to this, but I am confused. Xerces-C 2.7? I thought the
latest release was 2.6? I have scoured xml.apache.org, and I can't find
any references to 2.7. If it is 2.6, I can't see anything in the VC7
project files that would allow me to build a static library? Perhaps
it's the XercesLib project?

Sorry, just trying to clarify this, as I need a static lib of Xerces as
well :)

-----Original Message-----
From: Alberto Massari [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 23, 2005 2:45 AM
To: [email protected]
Cc: [EMAIL PROTECTED]
Subject: Re: How to eliminate .dll dependency on Windows?

Hi Matt,
if you download the latest code base (for version 2.7) you can use 
the solution file for Visual Studio .NET 2003 to build a static library.
If you have to stick with version 2.5, you can search the archives 
for the instructions to build static libraries on Windows.

Alberto

At 15.02 22/08/2005 -0500, Matt England wrote:
>Hello,
>
>(My apologies in advance for a FAQ; after working with Xerces for 
>months, my developers don't have an answer for this, so I thought 
>I'd ask; don't see an immediate answer on the website, either.)
>
>I manage a cross-platform C++ development project that uses Xerces 
>(and many other tools like MinGW, Boost, ACE, Qt, etc).  Amongst all 
>these tools, Xerces is the one library for which we have yet to 
>figure out how to eliminate as an external library file.  We have to 
>continually include a xerces-c_2_5_0.dll file in our binary
distributions.
>
>How can we avoid this in the future?
>
>Will Xerces support a static-library link (such that the Xerces 
>module becomes embedded in our executable(s))?
>
>If a static link, I'm concerned about the resulting size of the 
>executable, for the xerces-c_2_5_0.dll file is 4.5MB big, while our 
>project's executable is only 3MB big.  Is there a way to static-link 
>only the portions/modules of the library we need?
>
>Is there any other options besides static linking?
>
>Thanks for any help,
>-Matt






Reply via email to