Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Forum Registration Disabled
User Guide
Developers Guide
Home
Help
Search
Login
Register
ScriptBasic
»
ScriptBasic
»
Tutorials
»
Compiling ScriptBasic for Windows
« previous
next »
Print
Pages: [
1
]
Author
Topic: Compiling ScriptBasic for Windows (Read 15270 times)
Support
Administrator
Posts: 20
Compiling ScriptBasic for Windows
«
on:
April 14, 2010, 08:34:45 PM »
This tutorial will be a step-by-step guide to creating a ScriptBasic Windows binary set of executables and DLLs from source. ScriptBasic has only one set of source files for all platforms and some of the extension modules are based on cross platform open source libraries. The C compiler used in this tutorial will be the Microsoft free
Visual C++ Toolkit
. (VC7) This was the compiler Peter Verhas used to create the 2.1 beta and what Armando used for the final 2.1 ScriptBasic Windows release.
You can download the Visual C++ Toolkit from
HERE
(ScriptBasic site) or one of the many other sites on the web. This first post will show the C compiler being installed. The next post will be installing the development versions of the open source libraries used with the extension modules. The final post will show you how to compile ScriptBasic source to build the binaries.
«
Last Edit: April 14, 2010, 10:49:35 PM by support
»
Logged
Print
Pages: [
1
]
« previous
next »
ScriptBasic
»
ScriptBasic
»
Tutorials
»
Compiling ScriptBasic for Windows