whats new ¦  programming tips ¦  indy articles ¦  intraweb articles ¦  informations ¦  links ¦  interviews
 misc ¦  tutorials ¦  Add&Win Game

Tips (1541)

Database (90)
Files (137)
Forms (107)
Graphic (114)
IDE (21)
Indy (5)
Internet / LAN (130)
IntraWeb (0)
Math (76)
Misc (126)
Multimedia (45)
Objects/
ActiveX (51)

OpenTools API (3)
Printing (35)
Strings (83)
System (266)
VCL (242)

Top15

Tips sort by
component


Search Tip

Add new Tip

Add&Win Game

Advertising

17 Visitors Online


 
...create binary resource files (*.res)?
Autor: Simon Grossenbacher
Homepage: http://www.swissdelphicenter.ch
[ Print tip ]  

Tip Rating (10):  
     


Syntax:
ID keyWord [load-option] [mem-option] filename


constants:

keyword:
BITMAP *.bmp
CURSOR *.cur
ICON *.ico
SOUND *.wav
VIDEO *.avi

load-option:
PRELOAD
LOADONCALL

mem-option:
FIXED
MOVEABLE
DISCARDABLE


Create a new textfile.

content:

10 BITMAP PRELOAD test.bmp
20 WAVE test.wav

Save the file as binres.rc

compile the file: brc32.exe -r binres.rc

You have now the compiled resource file binres.res

----------------------------------------------------------

Syntax
ID keyWord [load-option] [mem-option] dateiname


konstanten:

keyword:
BITMAP *.bmp
CURSOR *.cur
ICON *.ico
SOUND *.wav
VIDEO *.avi

load-option:
PRELOAD
LOADONCALL

mem-option:
FIXED
MOVEABLE
DISCARDABLE


Erstellen Sie eine neue Textdatei.

Inhalt:

10 BITMAP PRELOAD test.bmp
20 WAVE test.wav

Speichern Sie die Datei als binres.rc ab.

Compilieren Sie die Datei: brc32.exe -r binres.rc

Es wurde nun die Resource Datei binres.res erstellt.


 

Rate this tip:

poor
very good


Copyright © by SwissDelphiCenter.ch
All trademarks are the sole property of their respective owners