Project

General

Profile

Tutorials » History » Revision 12

Revision 11 (arkeon, 01/07/2010 06:02 PM) → Revision 12/19 (arkeon, 01/07/2010 06:03 PM)

== Tutorials == 

 //TODO 
 [[BR]] 
 '''Scol basics''' 

 * Scol partitions[[BR]] 
 * Usm.ini configuration[[BR]] 
 * [http://www.scolring.org/index.php/en/downloads?func=fileinfo&id=31 Scol language][[BR]] 
 * For the comprehension of Scol Virtual Machine stack, see [http://en.wikipedia.org/wiki/Stack_(data_structure) Stack (data_structure)][[BR]] 

 [[BR]] 
 '''Howto compile sources''' 

 * Scol launcher (scol.exe)[[BR]] 
 * Virtual machine (scol.dll)[[BR]] 
 * 2D OS library (libos2d.dll)[[BR]] 
 * 2D graphic library (lib2d.dll)[[BR]] 
 * Multi media library (mmedia.dll)[[BR]] 
 * Sql library (scolsql.dll)[[BR]] 
 * Serial library (serialio.dll)[[BR]] 
 * ActiveX library (Xtension.dll)[[BR]] 
 * Security SSA / RSA encryption (security.dll)[[BR]] 
 * SO3engine Ogre3D engine for scol (so3engine.dll)[[BR]] 
 * OpenGL engine for scol (zoogl.dll) (deprecated)[[BR]] 
 * Wii devices library (wiimote.dll)[[BR]] 
 * mozilla scol embeded plugin (npscol.dll)[[BR]] 
 * Internet Explorer scol embeded plugin (axscol.dll)[[BR]] 

 [[BR]] 
 '''Howto make a scol dll extension''' 

 [https://arkeon.dyndns.org/svn-scol/trunk/plugins/template Template source][[BR]] 

 [https://arkeon.dyndns.org/svn-scol/trunk/tools/plugin%20sdk/release/setup.exe Scol plugin SDK setup] 
 Scol SDK for windows (scol.h) : This file contain the basics Scol virtual machine manipulation methods[[BR]] 
 [https://arkeon.dyndns.org/svn-scol/trunk/tools/plugin%20sdk/api/html [https://arkeon.dyndns.org/svn-scol/trunk/tools/plugin%20sdk/api/html/index.html Scol plugin SDK API Documentation][[BR]] 
 [[BR]]