in

Utah .NET User Group

Home of Utah's professional .NET developers.

Editing Visual C++ 6.0 project with Visual Studio C++

Last post 11-03-2008 11:13 PM by legalize. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 10-06-2008 8:57 AM

    Confused [8-)] Editing Visual C++ 6.0 project with Visual Studio C++

    Can I use the current version of Visual Studio (C++) to edit / create projects originally written in Visual C++ 6.0? Will the modification be editable by someone still using Visual C++ 6.0? Is there a way to output plan old C++ objects that do not depend on the .NET framework? Thanks, John Long (801) 322-7487 (801) 588-9042 John@TheLongs.us
    John H. Long Jr.
    KW7A

  • 11-03-2008 11:13 PM In reply to

    Re: Editing Visual C++ 6.0 project with Visual Studio C++

    For new work, I would recommend using Visual Studio .NET 2008. Use the Express edition if you can't afford to buy one. VS.NET has a vastly improved standard C++ library as well as a vastly improved compiler. VS.NET can open VC6 project files (.dsp) and workspace files (.dsw) and converts them to use the appropriate solution/project file that goes with the edition of VS.NET. Any changes you make in VS.NET will only be reflected in the upgraded version of the project (.vcproj) and solution (.sln) files. However, if you need to backfill them into a VC6 project file, you can open the .dsp/.dsw in the text editor (use Open with...) and be saved out. VS.NET (or Visual C++ Express) can compile native code and managed C++/CLI code, it is not just for .NET projects despite .NET being in the name.
Page 1 of 1 (2 items)
Copyright © 2000-2007, Utah .NET User Group
Powered by Community Server (Commercial Edition), by Telligent Systems