Project

General

Profile

Tutorials » History » Version 4

arkeon, 11/18/2009 12:19 AM

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 1 arkeon
11 3 arkeon
[[BR]]
12 1 arkeon
'''Howto compile sources'''
13 2 arkeon
14 3 arkeon
* Scol launcher (scol.exe)[[BR]]
15
* Virtual machine (scol.dll)[[BR]]
16
* 2D OS library (libos2d.dll)[[BR]]
17
* 2D graphic library (lib2d.dll)[[BR]]
18
* Multi media library (mmedia.dll)[[BR]]
19
* Sql library (scolsql.dll)[[BR]]
20
* Serial library (serialio.dll)[[BR]]
21
* ActiveX library (Xtension.dll)[[BR]]
22
* Security SSA / RSA encryption (security.dll)[[BR]]
23
* SO3engine Ogre3D engine for scol (so3engine.dll)[[BR]]
24
* OpenGL engine for scol (zoogl.dll) (deprecated)[[BR]]
25
* Wii devices library (wiimote.dll)[[BR]]
26
* mozilla scol embeded plugin (npscol.dll)[[BR]]
27
* Internet Explorer scol embeded plugin (axscol.dll)[[BR]]
28 2 arkeon
29 3 arkeon
[[BR]]
30 2 arkeon
'''Howto make a scol dll extension'''
31 1 arkeon
32 3 arkeon
Template source[[BR]]
33 1 arkeon
34
Scol SDK for windows (winuser.h) : This file contain the basics Scol virtual machine manipulation methods
35 3 arkeon
[[BR]]