...create string resource files (*.res)?

Author: Simon Grossenbacher
Homepage: http://www.swissdelphicenter.ch

Category: Misc

Create a new textfile.

content:

STRINGTABLE
BEGIN
1 , "first string"
2 , "second string"
3 , "Swiss Delphi Center"
END

When you have done this, save the file under test.rc

Next you have to compile this resource script with the Borland resource compiler.

brc32.exe -r test.rc

Now you have the compiled resource file test.res

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

Erstellen Sie ein neues Textdokument.

Inhalt:

STRINGTABLE
BEGIN
1 , "erster Eintrag"
2 , "zweiter Eintrag"
3 , "Swiss Delphi Center"
END

Speichern Sie nun die Datei mit dem Namen test.rc

Als nächstes muss diese Datei mit dem Borland Resource Compiler compiliert werden.

brc32.exe -r test.rc

Der Compiler erstellt nun die fertige Ressourcen Datei test.res

 

printed from
www.swissdelphicenter.ch
developers knowledge base