GEOS SDK TechDocs
|
|
4 The Source File and Source Code
After studying the Hello World sample application and reading the System Architecture chapter, you may be ready to try some exercises before embarking on your application. It is strongly suggested that you spend some time modifying the Hello World program to get used to the programming environment and the Goc UI definition syntax. Some things you might try are outlined below--some are extremely easy; some are more difficult. Some will require you to read other chapters in this and the User Interface manual. In any case, you should go on to read the GEOS Programming chapter to understand the various keywords and constructs of the Goc programming language.
Some simple UI exercises you can incorporate into the Hello World program include the following suggestions:
HelloDrawText()
routine would then have to set the point size of the text as well as the color.
MSG_GEN_VIEW_SET_SCALE_FACTOR
to HelloView. You may even try using a
GenViewControlClass
object.Some of the exercises may have been implemented in the sample programs provided. You should look through the samples for insight into how the exercises may be completed. You are also encouraged to make up your own exercises to build on Hello World.
If you are new to GEOS programming, you should work through the Tutorial; otherwise, you will likely be overwhelmed by the complexity and depth of the system and not know where to begin.
GEOS SDK TechDocs
|
|
4 The Source File and Source Code