Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on April 30, 2024, 07:33:56 AM »
Thanks for the feedback. Let me know if you have any questions.
12
Scripting Languages / Re: ScriptBasic 3.0
« Last post by AlyssonR on April 30, 2024, 12:59:23 AM »
Too true!

I have, as promised, given the latest version a look, and will be using it in the future.

Right now, though, I'm mostly concerned with hardware projects - but software will
come into it once that stage is reached, and SB will almost certainly be my choice for
the (remote) front end.
13
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on April 29, 2024, 09:18:27 PM »
WARNING

ScriptBasic is not a toy.
14
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on April 26, 2024, 06:43:01 PM »
The ScriptBasic open source project is looking for BASIC developers to contribute to the project. Send me an email if you're interested and I can set you up on the repository as a developer.

15
Open Forum / Re: PlanetSquires Forum
« Last post by John on April 26, 2024, 10:08:03 AM »
I will add the forum to the BASIC Forums section on AllBASIC once Paul shuts down his site.
16
Open Forum / Re: PlanetSquires Forum
« Last post by jack on April 25, 2024, 08:18:35 PM »
thank you John  :)
17
Open Forum / Re: PlanetSquires Forum
« Last post by John on April 25, 2024, 06:07:12 PM »
I added the ps.allbasic.info domain for the backup of the forum Johan Klassen created.

18
Scripting Languages / Re: ScriptBasic 3.0 Overview
« Last post by John on April 24, 2024, 06:39:01 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
19
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on April 23, 2024, 05:23:22 PM »
I was able to get IUP scripts to run in a thread with SBT. IUP isn't thread safe by design but within the ScriptBasic environment with it's threaded memory model it seems to run fine.

20
Scripting Languages / Re: ScriptBasic 3.0 - IUP Window 64 Download
« Last post by John on April 22, 2024, 05:39:26 PM »
Here is what the Online Dictionary and Simple Edit examples look like on Linux. The ScriptBasic code was unchanged from the Windows examples.

I attached the Windows 64 bit  IUP (PUI) extension module, include file, interface.c and the IUP 3.31 DLLs. This should be everything you need to get IUP working on your Windows 64 bit version of ScriptBasic. I also attached a sbw64.exe that works. The sbw.exe that was included in the install seems to have an issue. I have updated the ScriptBasic Windows 64 bit installer with this sbw64.exe version.





Pages: 1 [2] 3 4 ... 10