BETA 858 of the twinBASIC programming IDE is now released...

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: 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/

You can also find the twinBASIC IDE download here... https://github.com/twinbasic/twinbasic/tags

Changelog
  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
  • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
  • fixed: controls named the same as a base form method or property no longer take precedence [ Excalibur, private ]
  • added: warning TB0028 "control is overshadowed by base form method or property of the same name"
  • fixed: using nested packages containing AX controls could fail at runtime in built executables with deserialization errors [ RobWubs, discord ]

A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.