From: "McKenzie, William (WISM)" <[EMAIL PROTECTED]>
> Is there any known problem with creating a statically-linked library
from
> the xerces sources?  I am using MSVC and would like to minimize run-time
> dependencies.
>

No known problems.  It should work.  Just make sure that the compiler
option for the run-time library to be used is the same for everything,
both xerces and your application.  From the project settings dialog box,
select the C/C++ tab, Code Generation category, Use run-time library
option.  To mimimize dependencies, you might want to choose
"Multithreaded" rather than "Multithreaded DLL"

Andy Heninger
IBM, Cupertino, CA
[EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to