"Armistead, Peter" wrote:

> Daniel,
>
> Have you checked that you are using the DLL version of CRT?
>
> If not, the freeing of memory will fail due to different heaps,
>
> Peter

Thanks for the reply. But I think you did not understand me.
I don't want my application to depend on msvcrt.dll and msvcp60.dll.
I want to use static libs. I understand that all "parts" of a process must use
the same kind of libs. In order to make it work, I need to rebuild Xerces
with the static libs I am using in my app. My question is if that is possible?

I can successfully build Xerces with static libs, but when I run my app I end up

with the transcode problem even though my app is built with the same libs.
Am I doing something wrong?

 /
/ Daniel



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

Reply via email to