Author Topic: Dialog Editor For Windows  (Read 5418 times)

scanff

  • Guest
Dialog Editor For Windows
« 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 :)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Dialog Editor For Windows
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

scanff

  • Guest
Re: Dialog Editor For Windows
« Reply #2 on: November 20, 2008, 08:33:29 am »
Thanks ResEd is just what I wanted.