BETA 609 of the twinBASIC programming IDE is now available...

Download from here... https://github.com/twinbasic/twinbasic/releases


  • Click on "Assets" for the latest release
  • Download and Extract the ZIP file into a local folder
  • Then run the twinBASIC.exe from that local folder
  • IMPORTANT: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

How to install https://nolongerset.com/how-to-install-twinbasic/

If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

Changelog
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • fixed: Math.Oct() could cause crash in compiled applications on X64
  • fixed: Eval("Date$()") would bind to Date() rather than Date$()
  • improved: implicit conversion warnings now ignore missing arguments that get populated from default values, to prevent many unnecessary warnings with many MS Acces object model methods
  • improved: TB0025 unused parameters not ignores interface memebr implementations and event handlers
  • fixed: Input statement would fail at codegen stage when passed an enumeration value type [ axisdj, discord ]
  • fixed: after being launched within the IDE, some projects would need a clean compiler restart before building to EXE/DLL to build properly
  • improved: IDE project loading with multiple tab restoration is now smoother with less flickering
  • improved: changes to support twinBASIC for Applications (TBA) - prototype now in private testing