Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: scanff on November 18, 2008, 07:45:53 pm

Title: Dialog Editor For Windows
Post 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 :)
Title: Re: Dialog Editor For Windows
Post by: MortenMacFly on November 19, 2008, 11:35:41 am
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.
Title: Re: Dialog Editor For Windows
Post by: scanff on November 20, 2008, 08:33:29 am
Thanks ResEd is just what I wanted.