Page 1 of 1

new install, no help files

Posted: Sun Oct 23, 2011 8:04 am
by neferka
I am learning c++, win32, etc and found this IDE, I probably have done something wrong but there doesnt appear to be any help files.
Also is there a resource editor included with the IDE?
Any help would be appreciated
neferka

Re: new install, no help files

Posted: Sun Oct 23, 2011 10:30 am
by eranif
neferka wrote:I probably have done something wrong but there doesnt appear to be any help files.
You can find codelite related help on the web here: http://www.codelite.org/LiteEditor/Documentation
neferka wrote:Also is there a resource editor included with the IDE?
codelite is a general purpose C++ IDE, it does not come with resource editor which is unique to Windows

Eran

Re: new install, no help files

Posted: Sun Oct 23, 2011 1:15 pm
by jfouche
For WIN32, you can use ResEdit to edit the rc file. That allow you to create your user interface (and more).