Typically you build Simkin into a library to link with your application.
We supply some example project files which build a static library or dynamic library (Windows only).
Simkin source files and classes are all prefixed with "sk" to prevent name clashes with classes in your own application.
Simkin is composed of a core interpreter, plus support for XML and our own "TreeNode" files.
Simkin supports three XML libraries:
Note: if you are building for Windows CE or Symbian, you'll currently need our special ports of the Expat library, which you can download from the Simkin site
File Format | Classes |
---|---|
TreeNode | skTreeNodeObject |
Expat XML | skElementObject and skElementExecutable |
Xerces XML | skXMLElementObject and skXMLExecutable |
Microsoft MSXML | skMSXMLElementObject and skMSXMLExecutable |