Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RES file editor

1 view
Skip to first unread message

Brent Rose

unread,
Mar 21, 2005, 10:54:19 PM3/21/05
to
Can anyone recommend a RES file editor? (Preferably free)

Delphi Image Editor is sticking on 256 colour bmps...

--
Brent Rose
bren...@paradise.net.nz


Igor Siticov

unread,
Mar 22, 2005, 1:14:21 AM3/22/05
to
Our Resource Builder (but not free): http://resourceeditor.sicomponents.com


--
Best regards.
TsiLang Components Suite - Best Globalization Tool 2004
http://www.tsilang.com

"Brent Rose" <bren...@paradise.net.nz> wrote in message
news:423f99c1$1...@newsgroups.borland.com...

Gerrit Beuze

unread,
Mar 22, 2005, 1:17:22 AM3/22/05
to
Hello Brent,

Not the same, but in case it helps - and it's free:
I create .rc files and use brcc32.exe to converted them to .res files.

For example, the .rc might look like this (with a single image)

MY_IMAGE BITMAP MyImage.bmp


Gerrit Beuze
ModelMaker Tools

Craig

unread,
Mar 22, 2005, 7:55:28 PM3/22/05
to

> How does one create an ".RC" file for this utility - is it just plain txt?
>


Yes.

--
Get Folio First - www.h3k.biz


Joe

unread,
Mar 22, 2005, 11:26:18 AM3/22/05
to
There's a free Resource Editor available from here:
http://www.wilsonc.demon.co.uk/delphi.htm

"Gerrit Beuze" <gerrit[at]modelmaker[dot]demon[dot]nl> wrote in message
news:423f...@newsgroups.borland.com...

Brent Rose

unread,
Mar 22, 2005, 7:42:59 PM3/22/05
to
Thanks Gerrit

Found brcc32.exe and it's help screen, but still unsure about usage...

How does one create an ".RC" file for this utility - is it just plain txt?

Thanks.

--
Brent Rose
bren...@paradise.net.nz


Gerrit Beuze

unread,
Mar 23, 2005, 1:43:18 AM3/23/05
to
> How does one create an ".RC" file for this utility - is it just plain txt?

Yes, plain text.

Here's an example


CATBTN_INSERT BITMAP CatInsert.bmp
CATBTN_DELETE BITMAP CatDelete.bmp
CATBTN_RENAME BITMAP CatRename.bmp
MMXICON32 ICON ModelMaker.ico
DEFAULT_SURROUNDS RCDATA DefaultSurrounds.xml


This .rc contains 3 bitmaps, 1 icon and an xml data file with default settings.
This is a mock up example: I usually create resources with
just one related things in them. For example the 3 bitmaps would be part
of one resource file, the icon another and the xml file would be in a 3rd resource file.

Gerrit Beuze
ModelMaker Tools


Brent Rose

unread,
Mar 23, 2005, 2:21:22 AM3/23/05
to
Thanks!

--
Brent Rose
bren...@paradise.net.nz


Andrea Raimondi

unread,
Mar 23, 2005, 2:48:48 AM3/23/05
to
Brent Rose wrote:
> How does one create an ".RC" file for this utility - is it just plain txt?

To ease things, you can use Custom Resource Builder to include your
custom resources into applications, it generates both .RC and res
files.

I coded it <g> and you can find it here:
http://cc.borland.com/ccweb.exe/listing?id=21990

It doesn't support "normal" resources though and I've not
received feedback whatsoever in direction of improving it.

> Thanks.

Welcome,

Andrew

Brent Rose

unread,
Mar 23, 2005, 8:21:49 PM3/23/05
to
Thanks - will check it out.

--
Brent Rose
bren...@paradise.net.nz


0 new messages