BETA 403 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/

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

Changelog
  • WARNING: there are known memory leaks in this version, so memory usage will be higher than usual
  • added: [_HiddenModule].GetMemPtr to expand upon existing GetMemX offerings
  • added: [_HiddenModule].PutMemPtr to expand upon existing PutMemX offerings
  • fixed: coercing Image control to IPictureDisp was causing a hard crash [ nextKast, discord ]
  • fixed: reading form hDC property before the form was loaded would result in zero being returned [ fafalone, discord ]