GEOS SDK TechDocs
|
|
3 Editing Icons
|
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:
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:
@start APPMONIKERRESOURCE, data;
@end APPMONIKERRESOURCE;
In your .gp file, this resource should have the attributes "lmem, read-only, shared".
GEOS SDK TechDocs
|
|
3 Editing Icons
|
5 Icon Databases