Inability to edit .rc files
-
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?
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.
-
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?
-
> 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?
-
> 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?
-
It looks this step is NOT required, see: "Running Multiple Versions of Visual Studio Side-By-Side"[^].
Veni, vidi, vici.
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).
-
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).
-
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).
-
Yes, you need
Windows 8
for usingVisual Studio 2012
. However you may installVisual Studio 2010
on yourOS
.Veni, vidi, vici.
Visual Studio 2012 runs on Windows 7.
-
Visual Studio 2012 runs on Windows 7.
-
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?
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. . .
-
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. . .
So far I have been looking in the manual and editing the .rc file in a text editor.