Re: Add my own bitmaps into a resource file?
- From: Kent Briggs <kbriggs@xxxxxxxxxxx>
- Date: Sun, 16 Sep 2007 19:11:10 -0500
alanglloyd@xxxxxxx wrote:
Then call BRCC32.exe as follows ...
No need for that. Recent versions of Delphi will compile the .rc to .res for you when you include the .rc file as part of the project.
Then place a {$R <filename> } compiler directive with the resource
file name in the implementation clause of your unit ...
Also not needed when the above method is used.
--
Kent Briggs, kbriggs@xxxxxxxxxxx
Briggs Softworks, http://www.briggsoft.com
.
- References:
- Add my own bitmaps into a resource file?
- From: Somebody
- Re: Add my own bitmaps into a resource file?
- From: alanglloyd@xxxxxxx
- Add my own bitmaps into a resource file?
- Prev by Date: Re: Add my own bitmaps into a resource file?
- Next by Date: Re: Add my own bitmaps into a resource file?
- Previous by thread: Re: Add my own bitmaps into a resource file?
- Next by thread: Re: Add my own bitmaps into a resource file?
- Index(es):
Relevant Pages
|