
EXAMPLES USING GTK IN SCRIPTOL PROGRAMS (native)


To compile these GTK examples, you need to download and install
these archives:

gtk-development-environment-xxx
gtk-runtime_environment

They are present on the Scriptol CD.

Two simple demos are included:
- base.sol
- hello.sol

Type solc -bre base.sol
or   solc -bre hello.sol

to compile and run them.
Visual C is required.

You can change the base.cfg and hello.cfg file to use other compilers.



