GEOS SDK TechDocs
|
|
|
1 Application Structure
This chapter provides you with an application shell to which you can add as you learn more about GEOS programming. It describes each portion of the introductory (and compulsory) "Hello World" sample program. All programmers new to GEOS should read this chapter for a firm understanding of the basics of a GEOS application. The source code for Hello World is given in this chapter in pieces. It is also available as the Hello3 sample application.
1 Application Structure
2 Hello World
2.1 Features of Hello World
2.2 Strategy and Internals
2.3 Naming Conventions
3 Geode Parameters File
4 The Source File and Source Code
4.1 Inclusions and Global Variables
4.2 The Process Object
4.3 UI Objects
4.4 Code and Message Handlers
5 Exercises and Suggestions
GEOS SDK TechDocs
|
|
|
1 Application Structure