Icon Editor: 4 Writing Source Code

Up: GEOS SDK TechDocs | Up | Prev: 3 Editing Icons | Next: 5 Icon Databases

When the icon is finished, make sure it's saved (File->Save), and then choose "Write Source Code" from the Icon Menu. Follow these steps to get source code:

  1. Enter a DOS 8.3 filename for the source file
  2. To write only the current format, leave the "Formats" group at "Current Format"
  3. To write source for all the formats, choose "All Formats"
  4. Select GOC source (assembler is used in-house)

A dialog should appear when the source code has been written, saying "Source Code Written Successfully". If a problem is encountered in creating or writing a file, check the permissions on your document directory, and make sure you have enough disk space for the text file (only a few hundred bytes should be necessary).

The file should appear in your document directory. It's a text file with GOC moniker source code. This source code can be included in your application after you make the following changes:


Up: GEOS SDK TechDocs | Up | Prev: 3 Editing Icons | Next: 5 Icon Databases