Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Express Edition 2005 and VC++6

Express Edition 2005 and VC++6

Scheduled Pinned Locked Moved C / C++ / MFC
c++beta-testingquestioncode-review
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    thierrypp
    wrote on last edited by
    #1

    Hi every body, Do you know if I want to keep both Express Edition 2005 and VC++6 then mybe the best way would be: --name VC++6.0 cpp files with notepad -- and then, ? does the VC++ Express Edition 2005 gives a different extension for cpp files? ==> then both plateforms can be used separately with no problems? Thanks for any feedback! Regards

    C 1 Reply Last reply
    0
    • T thierrypp

      Hi every body, Do you know if I want to keep both Express Edition 2005 and VC++6 then mybe the best way would be: --name VC++6.0 cpp files with notepad -- and then, ? does the VC++ Express Edition 2005 gives a different extension for cpp files? ==> then both plateforms can be used separately with no problems? Thanks for any feedback! Regards

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      The project files are different: VC6 uses dsw and dsp files and VC Express uses vcproj files (I think). So, you can use two different projects with the same source files.

      T 1 Reply Last reply
      0
      • C Cedric Moonen

        The project files are different: VC6 uses dsw and dsp files and VC Express uses vcproj files (I think). So, you can use two different projects with the same source files.

        T Offline
        T Offline
        thierrypp
        wrote on last edited by
        #3

        well in fact no, I tried yesterday but all the cpp files from VC6 projects where automatically renamed with Expres Edition logo and no way to recover my projects in VC++ 6....Until I unintalled Express edition 2005. But..... if you mangage *.cpp files, how to keep them? in notepad? wordpad? or just used developper VC++6.0? Same question with Express Edition 2005? thanks a lot.

        T C 2 Replies Last reply
        0
        • T thierrypp

          well in fact no, I tried yesterday but all the cpp files from VC6 projects where automatically renamed with Expres Edition logo and no way to recover my projects in VC++ 6....Until I unintalled Express edition 2005. But..... if you mangage *.cpp files, how to keep them? in notepad? wordpad? or just used developper VC++6.0? Same question with Express Edition 2005? thanks a lot.

          T Offline
          T Offline
          toxcct
          wrote on last edited by
          #4

          tss, you are confusing between extension and explorer registered program to use this type of file. simply right click on the workspace file, ,select "open with..." and choose "developer studio" (visual studio 6). to change the icons, open an explorer, select Tools > Folder Options... > File types tab... there, reach the type you waznt to modify and click "Advanced" button.

          T 1 Reply Last reply
          0
          • T thierrypp

            well in fact no, I tried yesterday but all the cpp files from VC6 projects where automatically renamed with Expres Edition logo and no way to recover my projects in VC++ 6....Until I unintalled Express edition 2005. But..... if you mangage *.cpp files, how to keep them? in notepad? wordpad? or just used developper VC++6.0? Same question with Express Edition 2005? thanks a lot.

            C Offline
            C Offline
            Cedric Moonen
            wrote on last edited by
            #5

            .cpp and .h files are just plain text files (only the extension changes). So, you can still use them in VC6 even you install VC Express. What can happen is that you change things in the file and these changes are not supported by the VC6 compiler.

            thierrypp wrote:

            no way to recover my projects in VC++ 6

            Don't convert your project. Instead create a new project and add the files manually. This way you will keep your VC6 project intact and you can still work on it.

            1 Reply Last reply
            0
            • T toxcct

              tss, you are confusing between extension and explorer registered program to use this type of file. simply right click on the workspace file, ,select "open with..." and choose "developer studio" (visual studio 6). to change the icons, open an explorer, select Tools > Folder Options... > File types tab... there, reach the type you waznt to modify and click "Advanced" button.

              T Offline
              T Offline
              thierrypp
              wrote on last edited by
              #6

              yes, so you suggest that: 1) Vc ++ 6.0 I change properties for txt files ? 2) and for VC express edition 2005, I leave as it comes? However, *.h files remain unchanged in the original format of creation, Thanks a lot for your kindness, regards

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups