I am currently using MSVC and xerces 1.4 statically linked.
No problems yet. I also used xerces 1.3 statically linked
without trouble.
Tip: Do not call
XMLPlatformUtils::Initialize();
XMLPlatformUtils::Terminate();
more than once in your code, it does not like this!
I tried to initialized/shutdown the parser engine in different modules
with disastrous results. I had to move the initialized/shutdown
up to a higher level in the code (i.e. WinMain) for it to work.
Hope this helps :)
John
----- Original Message -----
From: "McKenzie, William (WISM)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 22, 2001 12:05 PM
Subject: Static library
> 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.
>
> TIA,
> ~Bill
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]