Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: scanff on November 18, 2008, 07:45:53 pm
-
Hi,
I'm wondering if there is a plugin that allows you to edit windows RC files like in visual studio. I tried the open with option and it opened the resource file with Visual studio, I edited it and saved but code::blocks could not read the format. Besides the fact that VS bloated the resource.h and resource.rc with a ton of junk.
Thanks :)
-
Besides the fact that VS bloated the resource.h and resource.rc with a ton of junk.
All I can say: Search the forum. It has been discussed many times.
As a hint: You can integrate a tool like "ResEd" in the tools menu, using the macros provided.
-
Thanks ResEd is just what I wanted.