Difference between revisions of "ISXDK"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
== Getting Started with ISXDK ==
 
== Getting Started with ISXDK ==
 
=== Concepts ===
 
=== Concepts ===
 +
Inner Space extensions on the most basic level deal with simply an extension interface ([[ISXDK:ISXInterface|ISXInterface]]), and the Inner Space interface ([[ISXDK:ISInterface|ISInterface]]). 
 +
 
==== Commands ====
 
==== Commands ====
 +
 
==== Data Types ====
 
==== Data Types ====
 +
 
==== Services ====
 
==== Services ====
 +
 
==== Top-Level Objects ====
 
==== Top-Level Objects ====
  
 
=== Utilities ===
 
=== Utilities ===
 +
 
==== mkisx ====
 
==== mkisx ====
 +
 
==== Struct2LSType ====
 
==== Struct2LSType ====
  

Revision as of 19:35, 24 April 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.

Getting Started with ISXDK

Concepts

Inner Space extensions on the most basic level deal with simply an extension interface (ISXInterface), and the Inner Space interface (ISInterface).

Commands

Data Types

Services

Top-Level Objects

Utilities

mkisx

Struct2LSType

Tutorials

Samples

Reference

Callback Functions

Classes

Functions

Macros

Structures

See Also