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