When I recall on the list is stated that .dsw and .dsp files cannot directly be used by VC10, so we should drop them. Correct me if I have read/understood wrong.
But in the MS docu I read: By using Visual C++ 2010, you can open and save a project that was built in Visual C++ version 6 or later. Visual C++ will convert the project automatically. The upgrade process creates project files that have the extension .vcxproj, and does not remove old project files (.dsp, .vcproj). Tried as test with APR, and yes double clicking the dsp, it converts and builds fine. Later I try HTTPD. note: When you have installed SDK v7.1, be aware that the CMD-line as well the GUI is picking up the v7.0a out of the box. You can check it by renaming the v7.0a folder and then do a build. Change it for CMD-line in the file VCVarsQueryRegistry.bat, and for the GUI in Microsoft.Cpp.Win32/64.default.props. Steffen
