The Visio & Ssocket Extension Modules

Visio

News

What and why

Documentation

Download

Installation

Examples

Gtk-server


Simple Sockets

News

What and why

Documentation

Download

Installation

Examples



Other

Contact

Guestbook

Installation Linux

This explains the regular installation of the precompiled binary:

1) Put the "visio.bas" file in your shared directory (in Linux this defaults to "/usr/share/scriba/include").
2) Put the "visio.so" file in your modules directory (Linux/Unix default: "/usr/local/lib/scriba").


Installation Win32

This explains the regular installation of the precompiled DLL:

1) Put the "visio.bas" file in your include directory (in Win32 this defaults to "c:\Scriptbasic\include").
2) Put the "visio.dll" file in your modules directory (Win32 default: "c:\Scriptbasic\modules").


Compilation instructions (Linux)

If you want to compile the sources yourself, please mind the following steps:

1) Put the "visio.bas" file in your shared directory (in Linux this defaults to "/usr/share/scriba/include").
2) Create a new directory called 'visio' in the 'extensions' subdirectory of the ScriptBasic Unix source tree. Unzip the Visio package in this directory.
3) Look at the top of the makefile to adjust the includepaths and librarypaths to your system.
4) Run 'make'. Put the resulting "visio.so" file in your modules directory (Linux default: "/usr/local/lib/scriba").