BETA 333 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

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

Changelog

  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • fixed: majority of GDI handle leaks in form designer / control implementations
  • fixed: compiler crash in some instances involving control arrays [ Lewis, discord ]
  • fixed: some WithEvents edge cases
  • fixed: reverted change to MsgBox/Timer event handling since BETA 330 that was matching VB6 IDE behaviour, not VB6-compiled behaviour [ Krool, discord ]
  • fixed: ListView.ColumnHeaders.Add was causing a circular reference, leading to ListView never being destroyed