Author Topic: ScriptBasic 3.0  (Read 5 times)

Support

  • Administrator
  • *****
  • Posts: 21
    • View Profile
ScriptBasic 3.0
« on: Today at 03:47:35 PM »
ScriptBasic 3.0 Overview

ScriptBasic is offered as source with a build system or pre-compiled installers for Windows.

Platforms Supported
  • Windows 32 Bit
  • Windows 64 Bit
  • Linux including ARM (RPi)

Use Variations
  • Console with STD IN/OUT/ERR redirection
  • Windows for GUI based applications
  • Web Server (local and proxy)
  • Embedded in other applications (libcriba)

Extension Modules
  • GUI base IDE / Debugger
  • COM CallByName with VB6 support
  • DLLC - FFI, structures and sting type conversions
  • SBT- Threads with libscriba API
  • IUP - Cross platform GUI (Windows 64 and Linux)
  • cURL - Internet access with HTTPS support
  • SDL-gfx - SDL Graphics with primitive support
  • ODBC
  • MySQL
  • SQLite
  • JSON API
  • XML API (mxml)
  • Console control API (CIO)
  • Inter-thread varibles (MT)
  • ZLib - in memory compression / extraction

Support

  • Administrator
  • *****
  • Posts: 21
    • View Profile
Re: ScriptBasic 3.0
« Reply #1 on: Today at 04:05:17 PM »
ScriptBasic source and build system is available from the project's repository.  SB-DEV-MSVC

The Windows 32 bit version is only available as a pre-compiled installer. SB-DEV-WIN32

I've attached the a Windows 64 Bit installer for those that don't want to spend the time building it from source.

The AllBASIC Forum is another resource for ScriptBasic examples and programing topics.