Article # 214, added by Geoworks, historical record
| first | previous | index | next | last |

How do I load another geode?



There are several ways that your geode can launch another geode. There
is the very generic GeodeLoad, but there are also much easier routines
that are specific for the type of Geode. Here are the routines:

For an Application:
	UserLoadApplication
	IACPConnect

For a Library:
	GeodeUseLibrary (and GeodeFreeLibrary when finished)

For a Driver:
	GeodeUseDriver (and GeodeFreeDriver when finished)
	GeodeGetDefaultDriver for a standard Geos driver