Code::Blocks Forums

User forums => Help => Topic started by: Anonymous on February 17, 2005, 05:27:49 am

Title: lcc resource comp/editor
Post by: Anonymous on February 17, 2005, 05:27:49 am
I would like to develop gui apps, in code blocks, with the aid of the lcc resource editor. Is this possible? How do I wire it in??
Title: lcc resource comp/editor
Post by: Anonymous on February 17, 2005, 08:07:50 am
Better question: How do I link into my project a .res that I have generated in an outside editor?
Title: lcc resource comp/editor
Post by: mandrav on February 17, 2005, 09:04:34 am
Just add it in the project files :)
To verify that Code::Blocks detected it properly, right-click on it in the project tree and make sure the "Compile" checkbox is unchecked and the "Link" checkbox is checked.

Yiannis.

PS: Of course, the resource's binary format must be one that is expected by the compiler you 're using...
Title: lcc resource comp/editor
Post by: Anonymous on February 23, 2005, 01:37:10 am
I'm using the MinGW compiler, and the LCC resource compiler. They should work together, since they sourced from the same place.. (MinGW site)

Each time I try to build the project, it hangs the environment, and I have to kill lrc in the task manager. I'm not quite sure what I'm doing wrong.

Project   : Johnny1
Compiler  : GNU GCC Compiler (called directly)
Directory : D:\CodingStuff\temp\
--------------------------------------------------------------------------------
Calculating dependencies: jomain.cpp
Switching to target: default
Compiling: dogshot.rc

Any help?
Title: lcc resource comp/editor
Post by: rickg22 on April 02, 2005, 03:25:52 am
Hmmm could you try making a sample project that gives you the error? Attach it here and submit the bug to SourceForge (It's not that we don't read the forums... it's just that.... sometimes it's easy to miss one bug report).

Don't worry, we don't bite ;-) The bug reports were made for a reason :)