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]
Custom Windows resource are resource data that do not use any predefined Windows resource type but use named a resource type. For example:
Ski IMAGEDATA "Ski.jpg"
The above line for a .rc file adds IMAGEDATA typed custom resource with "Ski" name. The resource data is read from Ski.jpg file. Whenever you have a custom resource Sisulizer tries to detect its format. Sisulizer can handle custom resources as following formats:
| Format | Description | Can Sisulizer detect the format |
|---|---|---|
| Image | JPEG, PNG, GIF, BMP, ICO and CUR images | Yes |
| Text | Text file | Yes if text file contains either UTF-8 header or UTF-16 byte order mark (BOM). If you file uses Ansi encoding Sisulizer can not detect the format but you have to specify the format manually. |
| XML | XML file | Yes |
| HTML | HTML file | Yes if the resource contains whole HTML page and not part of it. |
| Binary | Any data. Sisulizer does not interpret the data but lets the translator to assign translated binary data file. When Sisulizer build the localized file it uses data from the give translated binary data file. | No |
If Sisulizer can not detect the data format of custom resource you can specify the format manually. Right click the resource item node on the project three and choose Properties. Uncheck Automatic check box and set the format in the Format combo box.