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
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
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