Getting Started with the Scriptol C++ Compiler
Get the program
Download the compiler from the download page.
The archive holds:
- solp.exe, the scriptol to php compiler or solc.exe, the scriptol to C++ or binary compiler.
- An editor with syntax-highlighting.
- The reference manual.
- Demos programs.
You A C++ compiler to build a native Scriptol application.
Installing
Read the installing Scriptol for C++ tutorial.
Compatible compilers
The solc compîler is compatible with:
- Turbo Explorer or BCC
5.5
- GCC under Unix and under Windows MingW
- Visual Studio or Visual
C++ Express.
Building a scriptol program from the source
At command line, under Windows or Unix
Building and running a binary executable,
type: solc -ber xxx
-b compiles the xxx.sol scriptol program.
-e makes an executable.
-r runs the program.