BETA 592 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 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: breaking/stepping through code could cause object reference leaks, causing Class_Terminate events not to fire in some instances
  • fixed: removed all internal usage of GWL_USERDATA for storing internal data associated with HWNDs [ fafalone, discord ]