Tutorials » History » Version 13
arkeon, 01/07/2010 06:03 PM
| 1 | 1 | arkeon | == Tutorials == |
|---|---|---|---|
| 2 | |||
| 3 | //TODO |
||
| 4 | 3 | arkeon | [[BR]] |
| 5 | 2 | arkeon | '''Scol basics''' |
| 6 | |||
| 7 | 3 | arkeon | * Scol partitions[[BR]] |
| 8 | * Usm.ini configuration[[BR]] |
||
| 9 | 4 | arkeon | * [http://www.scolring.org/index.php/en/downloads?func=fileinfo&id=31 Scol language][[BR]] |
| 10 | 10 | arkeon | * For the comprehension of Scol Virtual Machine stack, see [http://en.wikipedia.org/wiki/Stack_(data_structure) Stack (data_structure)][[BR]] |
| 11 | 1 | arkeon | |
| 12 | 3 | arkeon | [[BR]] |
| 13 | 1 | arkeon | '''Howto compile sources''' |
| 14 | 2 | arkeon | |
| 15 | 3 | arkeon | * Scol launcher (scol.exe)[[BR]] |
| 16 | * Virtual machine (scol.dll)[[BR]] |
||
| 17 | * 2D OS library (libos2d.dll)[[BR]] |
||
| 18 | * 2D graphic library (lib2d.dll)[[BR]] |
||
| 19 | * Multi media library (mmedia.dll)[[BR]] |
||
| 20 | * Sql library (scolsql.dll)[[BR]] |
||
| 21 | * Serial library (serialio.dll)[[BR]] |
||
| 22 | * ActiveX library (Xtension.dll)[[BR]] |
||
| 23 | * Security SSA / RSA encryption (security.dll)[[BR]] |
||
| 24 | * SO3engine Ogre3D engine for scol (so3engine.dll)[[BR]] |
||
| 25 | * OpenGL engine for scol (zoogl.dll) (deprecated)[[BR]] |
||
| 26 | * Wii devices library (wiimote.dll)[[BR]] |
||
| 27 | * mozilla scol embeded plugin (npscol.dll)[[BR]] |
||
| 28 | * Internet Explorer scol embeded plugin (axscol.dll)[[BR]] |
||
| 29 | 2 | arkeon | |
| 30 | 3 | arkeon | [[BR]] |
| 31 | 2 | arkeon | '''Howto make a scol dll extension''' |
| 32 | 1 | arkeon | |
| 33 | 9 | arkeon | [https://arkeon.dyndns.org/svn-scol/trunk/plugins/template Template source][[BR]] |
| 34 | 1 | arkeon | |
| 35 | 9 | arkeon | [https://arkeon.dyndns.org/svn-scol/trunk/tools/plugin%20sdk/release/setup.exe Scol plugin SDK setup] |
| 36 | 7 | arkeon | Scol SDK for windows (scol.h) : This file contain the basics Scol virtual machine manipulation methods[[BR]] |
| 37 | 13 | arkeon | [https://arkeon.dyndns.org/svn-scol/trunk/tools/plugin%20sdk/api Scol plugin SDK API Documentation][[BR]] |
| 38 | 3 | arkeon | [[BR]] |