SDK Application Structure: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
__NOTOC__
Most SDK applications have a structure similar to this:
Most SDK applications have a structure similar to this:
== Initializing ==
== Initializing ==

Revision as of 16:25, 9 October 2007

Most SDK applications have a structure similar to this:

Initializing

  • Call vp_init to initialize the API.

Creating and logging in an instance

Event Loop

  • Call vp_wait for every created instance.

Terminating