RC files are just text files, so TextPad is ideal for preparing them. You can install BRCC32 in the Tools menu and use TextPad as a resource workshop. These were the settings on my system:
Command:
Code: Select all
C:\Program Files\Borland\Delphi7\Bin\brcc32.exe
Code: Select all
$File
Code: Select all
$FileDir
Code: Select all
Error \([^ ]+\) \([0-9]+\) \([0-9]+\).*
Code: Select all
#define B24B BANG24BIT
#define B8B BANG8BIT
#define WINDOWMOVE_CURSOR_3D_GOLD "C:\WINNT\Cursors\3dgmove.cur"
B8B BITMAP "bang-8bit.bmp"
B24B BITMAP "bang-24bit.bmp"
MOVE_CURSOR WINDOWMOVE_CURSOR_3D_GOLD
Code: Select all
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Error TEST.RC 5 25: Unterminated string or hexstring constant
Tool completed with exit code 20018