Sisulizer Version 3 ist ein kostenpflichtiges Update für alle Sisulizer 1.x und 2008/2010-Kunden.
Verwenden Sie noch Sisulizer 1.x oder Sisulizer 2008/2010?
Aktualisieren Sie jetzt auf Version 3 und nutzen Sie alle Neuigkeiten in Version 3.
Die Angebote richten sich an kommerzielle und industrielle Kunden.
Alle Preisangaben sind netto.
Komplette Preisliste.
Suchen Sie die richtige Edition? Besuchen Sie unsere Vergleichstabelle
23.4.2012
Der neue Build kommt mit vielen neuen Features. [mehr]
9.11.2011
Sisulizer Version 3 ist da. [mehr]
30.9.2011
Sie suchen nach Tipps und Trick zum Thema Sisulizer? [mehr]
8.9.2011
Die Delphi Tage 2011 in Köln sind ausverkauft! [mehr]
12.8.2011
Bitte verwenden Sie einen Download Manager. [mehr]
Specifies the header file
Specifies .h files that contains the symbolic names of the resource id. If you specify file(s) Sisulizer uses the symbolic names of the file instead of the resource ids that are integers. Let's have an example. We have two files: resources.rc that contains the resources and resources.h that contains names and ids. resources.h contains the following line:
#define IDS_ABOUTBOX 101
It give IDS_ABOUTBOX symbolic name and integer id 101. resources.rc contains the following lines:
STRINGTABLE BEGIN IDS_ABOUTBOX "&About Converter..." END
When the resource compiler compiles the above resource it gives the string id. The id is an integer number 101. This is stored to the resource data of EXE file with the actually string. When Sisulizer scans the resource data it gives the string id that is 101. Unfortunately this id does not tell much about the string and its context. If you give the resource id file Sisulizer uses the symbolic name of the id (IDS_ABOUTBOX ) as context. This gives more information to the translator than plain number of 101 would give.
If you add a resource id file or files Sisulizer uses symbolic names instead of integer values on every possible id. This also makes it possible to import translations from localized .rc files. Without header files you can import translations only from localized binary files.
Click Add to add a new file. Click Edit to edit the selected file. Click remove to remove the selected file. Click Clear to remove all files.
By default Visual Studio uses IDS_xxx as resource ids. If this is true in your case you can leave this filed empty. However if you use some other id naming convention you have to specify the original resource files (.rc) too. This way Sisulizer can map the integer id to the correct symbolic name.
Click Add to add a new file. Click Edit to edit the selected file. Click remove to remove the selected file. Click Clear to remove all files.