Difference between revisions of "ISXDK"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 8: Line 8:
  
 
== See Also ==
 
== See Also ==
 +
{{Stub}}

Revision as of 05:42, 28 February 2005

Introduction

ISXDK, short for Inner Space Extension Development Kit, is used for developing extensions for Inner Space sessions.

Installation

Installation of ISXDK is very simple. Download and run the installer, and have it install to anywhere you want -- it doesn't matter where it is in relation to your source code, so long as you remember where it is. After installation, you need to add the include and library paths to Visual Studio so they will be used automatically when you #include <isxdk.h> from your code and link to isxdk.lib.

Usage

See Also