Tutorials » History » Revision 17
Revision 16 (iri, 12/31/2011 12:09 AM) → Revision 17/19 (iri, 01/01/2012 10:52 PM)
h2. Tutorials //TODO h3. Scol basics *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) * [[Examples]] written in Scol h3. Howto *Howto compile sources 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) h3. Howto *Howto make a scol extension 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) h3. Miscellaneous * How to convert *.lib to *.a on MS Windows with MingW32 ? Example with "scol_sdk" (adjust to your configuration/path) : <pre> cd X: X:\>cd scol_sdk X:\scol_sdk>c:\MinGW\bin\reimp.exe --dlltool "c:\MingW\bin\dlltool.exe" --as "c:\MingW\bin\as.exe" scol.lib </pre>