expat/win32 README.txt,1.5,1.6
"Karl Waclawek" <[email protected]> Mon, 26 Dec 2005 20:36:27 +0100 (CET)
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25599 Modified Files: README.txt Log Message: Added info about VS 2005. Index: README.txt =================================================================== RCS file: /cvsroot/expat/expat/win32/README.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- README.txt 28 Nov 2005 18:42:49 -0000 1.5 +++ README.txt 26 Dec 2005 19:36:21 -0000 1.6 @@ -13,7 +13,7 @@ Based on the workspace file expat.dsw. The related project files (.dsp) are located in the lib subdirectory. -* MS Visual Studio .NET 2002, 2003: +* MS Visual Studio .NET 2002, 2003, 2005: The VC++ 6 workspace file (expat.dsw) and project files (.dsp) can be opened and imported in VS.NET without problems. @@ -56,6 +56,9 @@ Multi-threaded Dll: libexpat(w)MD.lib The suffixes conform to the compiler switch settings /ML, /MT and /MD for MS VC++. + + Note: In Visual Studio 2005 (Visual C++ 8.0) and later, the + single-threaded runtime library is not supported anymore. By default, the expat-static and expatw-static projects are set up to link statically against the multithreaded run-time library,