Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
NOT BASIC / Minesweeper game for Windows using Fortran programming language
« Last post by jalih on March 20, 2024, 12:22:38 PM »
Hi all,

I wrote a simple Minesweeper game for Windows using Simply Fortran and it's AppGraphics library.

Source code + runnable binary
22
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on March 19, 2024, 11:44:55 PM »
The Gitlab ScriptBasic repository supports a markdown wiki. The ScriptBasic build system generates its html documentation from the C source. My plan is to tweak the build system to generate a like markdown alternative.

The Gitlab wiki is treated like a repository which git can work with. Updating the wiki after a new build that may have documentation added is as simple as a git push.
23
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on March 17, 2024, 01:40:17 AM »
If you like ScriptBasic's direction and would like to contribute to the project with extension modules and example code, post your code to the forum for review for inclusion.

If you're not a member of the forum, you can e-mail your code to me (support@allbasic.info) and I will post it on your behalf.
24
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on March 16, 2024, 12:32:13 AM »
I will be maintaining the 32 bit version of ScriptBasic for Windows. This version will continued to be compiled in GCC except for the COM extension module and VB6 support code which is compiled in Visual Studio.
25
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on March 16, 2024, 12:14:13 AM »
The SBW version of ScriptBasic will be a separate project repo maintained by me. It will be compiled in GCC and include the IUP extension module DLL. SBW is able to use all the extension modules in AIR's MSVC project.

SBW and IUP will also run on Linux.

26
Scripting Languages / ScriptBasic 3.0
« Last post by John on March 15, 2024, 11:52:51 PM »
AIR has created a MSVC version of ScriptBasic for Windows 64 bit which also compiles on Linux. Both platforms use the ScriptBasic build system which generates new .h and help files from the source.

I'm in the process of testing the new 3.0 build and will create an Inno installer for the release.

ScriptBasic runs in the following modes.
  • Embeddable scripting API as a DLL/so. (libscriba)
  • Console mode interpreter. (sbc)
  • Windows GUI interpreter with Windows style support. (sbw) This version doesn't pop a console or supports redirection.
  • Proxy / standalone application web server. (sbhttpd) The server runs as a service on Windows.
27
Open Forum / BASIC
« Last post by John on February 26, 2024, 08:52:12 PM »
It would be interesting to hear from the members of this forum their views of BASIC languages that are still being used. What are the benefits and downsides to their use.

I hope everyone is doing well.
28
Open Forum / Re: AllBASIC Forum
« Last post by John on December 20, 2023, 04:15:15 PM »
I'm using the ScriptBasic proxy web server for a QuickBooks Online app for a major payments processing company.
29
Open Forum / Re: AllBASIC Forum
« Last post by John on December 19, 2023, 12:27:09 PM »
If you are still using a version of BASIC with your projects, please leave a post letting us know what you're using and what for.
30
Open Forum / Re: AllBASIC Forum
« Last post by John on November 25, 2023, 10:02:00 PM »
The forums I host contain a lot of code and examples for multiple BASIC languages. I still feel BASIC has a purpose. ScriptBasic saves me a lot of time with the projects I do for clients.
Pages: 1 2 [3] 4 5 ... 10