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. Inability to edit .rc files

Inability to edit .rc files

Scheduled Pinned Locked Moved C / C++ / MFC
c++questionannouncementlearning
15 Posts 6 Posters 2 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.
  • A Anthony Appleyard

    I have Microsoft Visual C++ 2008. It was a free download. It refuses to access .rc (resource source-form) files, and thus I must edit my .rc files separately with a text-editor. Am I right in thinking that I must pay to get a copy of Visual C++ that can edit .rc files? Please where to get such a copy? (I am in England.) What changes have happened to Visual C++ between the 2008 version and now?

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #5

    Anthony Appleyard wrote:

    It refuses to access .rc (resource source-form) files, and thus I must edit my .rc files separately with a text-editor.

    You get what you pay for, and in this case since it's free you don't get a resource editor. I find that I can manage quite well without one, although creating dialogs can be a little slow. If you want all the features of Visual Studio, including MFC, ATL etc then you need to buy one of the professional editions.

    1 Reply Last reply
    0
    • A Anthony Appleyard

      I have Microsoft Visual C++ 2008. It was a free download. It refuses to access .rc (resource source-form) files, and thus I must edit my .rc files separately with a text-editor. Am I right in thinking that I must pay to get a copy of Visual C++ that can edit .rc files? Please where to get such a copy? (I am in England.) What changes have happened to Visual C++ between the 2008 version and now?

      CPalliniC Offline
      CPalliniC Offline
      CPallini
      wrote on last edited by
      #6

      The Visual Studio C++ Express Editions have no resource editor (as far as I know). Visual Studio 2012 have a more updated C++ compiler, it contains many features of the new standard ( C++11[^]).

      Veni, vidi, vici.

      In testa che avete, signor di Ceprano?

      A 1 Reply Last reply
      0
      • CPalliniC CPallini

        The Visual Studio C++ Express Editions have no resource editor (as far as I know). Visual Studio 2012 have a more updated C++ compiler, it contains many features of the new standard ( C++11[^]).

        Veni, vidi, vici.

        A Offline
        A Offline
        Anthony Appleyard
        wrote on last edited by
        #7

        > The Visual Studio C++ Express Editions have no resource editor (as far as I know). Before I install this current version, will I have to unintall my Visual C++ 2008?

        CPalliniC 1 Reply Last reply
        0
        • A Anthony Appleyard

          > The Visual Studio C++ Express Editions have no resource editor (as far as I know). Before I install this current version, will I have to unintall my Visual C++ 2008?

          CPalliniC Offline
          CPalliniC Offline
          CPallini
          wrote on last edited by
          #8

          It looks this step is NOT required, see: "Running Multiple Versions of Visual Studio Side-By-Side"[^].

          Veni, vidi, vici.

          In testa che avete, signor di Ceprano?

          A 1 Reply Last reply
          0
          • CPalliniC CPallini

            It looks this step is NOT required, see: "Running Multiple Versions of Visual Studio Side-By-Side"[^].

            Veni, vidi, vici.

            A Offline
            A Offline
            Anthony Appleyard
            wrote on last edited by
            #9

            I just now tried to install the current free-download Visual Studio C++ Express Edition, and it refused, saying that it needed a later version of Windows than the version that I have (Windows Vista).

            L CPalliniC 2 Replies Last reply
            0
            • A Anthony Appleyard

              I just now tried to install the current free-download Visual Studio C++ Express Edition, and it refused, saying that it needed a later version of Windows than the version that I have (Windows Vista).

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #10

              System Requirements[^].

              1 Reply Last reply
              0
              • A Anthony Appleyard

                I just now tried to install the current free-download Visual Studio C++ Express Edition, and it refused, saying that it needed a later version of Windows than the version that I have (Windows Vista).

                CPalliniC Offline
                CPalliniC Offline
                CPallini
                wrote on last edited by
                #11

                Yes, you need Windows 8 for using Visual Studio 2012. However you may install Visual Studio 2010 on your OS.

                Veni, vidi, vici.

                In testa che avete, signor di Ceprano?

                J 1 Reply Last reply
                0
                • CPalliniC CPallini

                  Yes, you need Windows 8 for using Visual Studio 2012. However you may install Visual Studio 2010 on your OS.

                  Veni, vidi, vici.

                  J Offline
                  J Offline
                  Joe Woodbury
                  wrote on last edited by
                  #12

                  Visual Studio 2012 runs on Windows 7.

                  CPalliniC 1 Reply Last reply
                  0
                  • J Joe Woodbury

                    Visual Studio 2012 runs on Windows 7.

                    CPalliniC Offline
                    CPalliniC Offline
                    CPallini
                    wrote on last edited by
                    #13

                    True, it runs on both Windows 7 and Windows 8. However it doesn't run on OP OS.

                    Veni, vidi, vici.

                    In testa che avete, signor di Ceprano?

                    1 Reply Last reply
                    0
                    • A Anthony Appleyard

                      I have Microsoft Visual C++ 2008. It was a free download. It refuses to access .rc (resource source-form) files, and thus I must edit my .rc files separately with a text-editor. Am I right in thinking that I must pay to get a copy of Visual C++ that can edit .rc files? Please where to get such a copy? (I am in England.) What changes have happened to Visual C++ between the 2008 version and now?

                      S Offline
                      S Offline
                      Shaheed Legion
                      wrote on last edited by
                      #14

                      You could keep your ide and simply Google for resedit which is a compatible program that let's you edit resource files for visual studio projects. It is a bit tedious, but is a viable workaround which saves on a reinstall of visual studio, and you don't have to go messing with the project conversion wizard which pops up when using newer versions of v.s with older project files.

                      For awesome websites or just to chat check out my blog for more info. . .

                      A 1 Reply Last reply
                      0
                      • S Shaheed Legion

                        You could keep your ide and simply Google for resedit which is a compatible program that let's you edit resource files for visual studio projects. It is a bit tedious, but is a viable workaround which saves on a reinstall of visual studio, and you don't have to go messing with the project conversion wizard which pops up when using newer versions of v.s with older project files.

                        For awesome websites or just to chat check out my blog for more info. . .

                        A Offline
                        A Offline
                        Anthony Appleyard
                        wrote on last edited by
                        #15

                        So far I have been looking in the manual and editing the .rc file in a text editor.

                        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