News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Dialog Editor For Windows

Started by scanff, November 18, 2008, 07:45:53 PM

Previous topic - Next topic

scanff

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 :)

MortenMacFly

Quote from: scanff on November 18, 2008, 07:45:53 PM
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

scanff

Thanks ResEd is just what I wanted.