> 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?
>
If you build the app and the components with static CRT you will get
different heaps for each component.
If you work this way you need to make sure the strings are freed inside the
same component that allocated them,
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]