RE: msvcrtd.dll

2002-03-21 Thread James Stephens
The project uses msvcrt.dll for the release configuration and msvcrtd.dll for the debug configuration. If you insert this project into some of your other workspaces (with projects that use the Multi-threaded DLL version of the C run time library), MSVC will auto-magically use the release version

Re: Antwort: Building Static Single-Threaded Xerces Library [WatchDogchecked]

2002-03-19 Thread James Stephens
e threaded library yet. Regards, Thomas [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] XercesLib Static.zip has been removed from this note on March 19 200

Building Static Single-Threaded Xerces Library

2002-03-18 Thread James Stephens
Note: This query is specific to MSVC++ v6.0 I have an application that must use the static single-threaded C run time libraries. The projects that come with the default download build dll's and therefore are not compatible with the application. I want to use Xerces in the application. Does any