Project

General

Profile

Tutorials » History » Revision 15

Revision 14 (arkeon, 01/07/2010 06:03 PM) → Revision 15/19 (iri, 07/01/2011 12:22 AM)


 h2. Tutorials 


 


 //TODO 


 


 *Scol basics* 

 * Scol partitions 

 

 * Usm.ini configuration 

 

 * "Scol language":http://www.scolring.org/index.php/en/downloads?func=fileinfo&id=31 

 

 * For the comprehension of Scol Virtual Machine stack, see "Stack (data_structure)":http://en.wikipedia.org/wiki/Stack_(data_structure) 




 




 *Howto compile sources* 

 * Scol launcher (scol.exe) 

 

 * Virtual machine (scol.dll) 

 

 * 2D OS library (libos2d.dll) 

 

 * 2D graphic library (lib2d.dll) 

 

 * Multi media library (mmedia.dll) 

 

 * Sql library (scolsql.dll) 

 

 * Serial library (serialio.dll) 

 

 * ActiveX library (Xtension.dll) 

 

 * Security SSA / RSA encryption (security.dll) 

 

 * SO3engine Ogre3D engine for scol (so3engine.dll) 

 

 * [[OpenGL]] engine for scol (zoogl.dll) (deprecated) 

 

 * Wii devices library (wiimote.dll) 

 

 * mozilla scol embeded plugin (npscol.dll) 

 

 * Internet Explorer scol embeded plugin (axscol.dll) 




 




 *Howto make a scol dll extension* 

 "Template source":https://arkeon.dyndns.org/svn-scol/trunk/plugins/template 


 


 "Scol plugin SDK setup":https://arkeon.dyndns.org/svn-scol/trunk/tools/plugin%20sdk/release/setup.exe (only MS Windows !) 
 Scol SDK for windows (scol.h) : This file contain the basics Scol virtual machine manipulation methods (only MS Windows !) 

 

 "Scol plugin SDK API Documentation":https://arkeon.dyndns.org/svn-scol/trunk/tools/plugin%20sdk/api 

 "Scol plugins and others":http://www.irizone.net//prog/index.php?article=vm__compilation_et_codeblocks (MS Windows and GNU/Linux, in french)