BETA 595 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
  • improved: reduced codegen size of ActiveXControlExtender where multiple Ax/UCs are used in a single project (e.g. PhotoDemon down from 38MB to 28MB)
  • fixed: controls added at runtime via Controls.Add now have implicit width/height, if not overriden, to match VBx
  • improved: simplified control instantiation and serialization by removing specialized constructor Sub New(Serializer)