Delphi Image Editor is sticking on 256 colour bmps...
--
Brent Rose
bren...@paradise.net.nz
--
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...
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
Yes.
--
Get Folio First - www.h3k.biz
"Gerrit Beuze" <gerrit[at]modelmaker[dot]demon[dot]nl> wrote in message
news:423f...@newsgroups.borland.com...
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
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
bren...@paradise.net.nz
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
bren...@paradise.net.nz