Scolring - Forum

Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology

Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered

You are not logged in.

#1 27-Sep-2011 22:35:17

iri
Admin. / Scol language & Scol apps developer
From: France
Registered: 22-Feb-2009
Posts: 2,024
Website

Library SQLite3 0.1a6

Hi,

New update to the SQLite3 support -> 0.1a6

* Sqlite3 support from 3.7.5 to 3.7.8
* Linux version updated
* Some corrections (MS Windows and GNU/Linux)
* New prototype for _sqliteExecResult : fun [ObjSqlite S I] [[[S S] r1] r1]
* Documentation updated

Download : http://redmine.scolring.org/projects/sqllite3/files
Documentation : http://trac.scolring.org/documents/2

To install it :
Close Scol, if any.
Copy the library (*.dll under MS Windows, *.so under GNU/Linux) to the subfolder "plugins" of "scol".
Edit the "usm.ini" file (as the samefolder than "scol.exe" (under Windows) or "scol" (under GNU/Linux)) and add this line :

- Under windows :

plugin plugins/libsqlite3.dll ScolLoadPlugin ScolUnloadPlugin

- Under GNU/Linux :

plugin ./plugins/libsqlite3.so ScolLoadPlugin ScolUnloadPlugin

Launch Scol.



A server Scol version (gnu/linux only at this time) is available too :
http://redmine.scolring.org/projects/scolserver/files

To install it :
Copy the Scol library in the 'plugins' sub folder.
Edit the usm.ini file. Add this line :

plugin ./plugins/libsqlite3.so ScolLoadPlugin

Restart the Scol server.

Offline

#2 30-Sep-2011 10:29:31

Nodrev
Scol Language & OS3D developer
From: Nantes, France
Registered: 29-Dec-2009
Posts: 197

Re: Library SQLite3 0.1a6

Adding the following line

plugin plugins/libsqlite3.dll

without "ScolLoadPlugin ScolUnloadPlugin" shoud be sufficient on windows platforms. Making uniform the dll entry/exit point for every plugin is a recent change of the scol.exe launcher.

Last edited by Nodrev (30-Sep-2011 10:30:57)

Offline

#3 18-Jun-2013 12:43:54

Alton
Member
Registered: 18-Jun-2013
Posts: 1

Re: Library SQLite3 0.1a6

Making uniform the dll entry/exit point for every plugin is a recent change of the scol.exe launcher.


liza

Offline

#4 12-Sep-2013 14:49:45

iri
Admin. / Scol language & Scol apps developer
From: France
Registered: 22-Feb-2009
Posts: 2,024
Website

Re: Library SQLite3 0.1a6

This version is obsolete

Offline

Board footer

Powered by FluxBB