There are no instructions for building Xalan and Xerces as a static
library. I believe that Xerces has been built successfully as a static
library, but I don't know if Xalan has. Any .lib files that we ship with
Xalan are import libraries, not static libraries, so you'll need to build
both Xerces and Xalan as static libraries.
To build Xalan or any samples, you need to open the workspace file (.dsw)
not the project file (.dsp). So, use Xalan.dsw or Samples.dsw to build
Xalan or the sample applications.
There is another archive at:
http://marc.theaimsgroup.com
Dave
Debra Kelly
<DKelly@askje To: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
eves.com> cc: (bcc: David N Bertoni/CAM/Lotus)
Subject: Building Visual C++ lib
05/31/2001
03:24 PM
Please
respond to
xalan-dev
I'm in the process of porting my application from Linux to Win32. I'd
like to implement xalan as a static library, but Xalan version 1.4 comes
with a xerces lib and a lot of xalan DLLs. Are there any instructions for
building a lib in Win32?
Also, I tried rebuild the SimpleTransform.exe and I get a bunch of
unresolved external errors.
I'm using VC++ sp3, with the Dinkum updates and I have not made any changes
to the distribution directory structure.
Also, is there a URL for accessing archives for this mailing list? I tried
<http://archive.covalent.net> and I get a 'cannot find server' error.
Deb