-
Jun 11th, 2025, 02:23 PM
#561
twinBASIC programming - How to download Beta releases
The latest BETA releases of the twinBASIC programming language and IDE are available for download here...
https://github.com/twinbasic/twinbasic/releases
If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags
To install,
- 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.
Further details 'How to install':
https://nolongerset.com/how-to-install-twinbasic/
See also:
https://twinbasic.com/
https://twinbasic.com/preview.html
-
Jun 13th, 2025, 05:57 AM
#562
Re: twinBASIC programming - Beta releases
BETA 805 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 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
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: special case of PropertyBag serialization of 0x0 StdPicture objects [ Tecman, discord ]
- fixed: LongLong right shift operator broken in final builds on Win32 architectures
- added: 2 language pack (Portuguese, Japanese)
- special thanks to our community members for the new/updated language packs (admbrnunes, cycle40)
-
Jun 16th, 2025, 11:05 AM
#563
Re: twinBASIC programming - Beta releases
BETA 806 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 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
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: support for ActiveX licence keys that use null chars embedded into the string
- fixed: general code execution and debugging now happens on the real main thread when debugging to fix problems with some controls (e.g. CodeJock) [ Kimpos, private ]
- fixed: some edge cases around MDI children without titlebars, causing potential infinite loop in form engine [ Kimpos, private ]
-
Jun 17th, 2025, 12:36 PM
#564
Re: twinBASIC programming - Beta releases
BETA 807 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 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
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: removed use of IConnectionPoint::EnumConnections in setting/unsetting of WithEvents variables to better match VBx [ axisdj, discord ]
- fixed: issues accessing MDIForm predcalred instance when the form is opened implicitly via loading of a child [ axisdh, discord ]
- fixed: removed erroneous use of the evil DoEvents() when adding control array elements, that could cause oddities due to re-entrancy
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
Last edited by VB6 Programming; Jun 17th, 2025 at 12:39 PM.
-
Jun 18th, 2025, 11:32 AM
#565
twinBASIC programming - Beta releases
BETA 808 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 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
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- improved: form designer stability for forms that contain control arrays [ XYplorer, discord ]
- improved: opening times of form designer for forms with hundreds of child controls [ XYplorer, discord ]
- added: 1 language pack (Malayalam)
- updated: 2 language packs (Italian, Japanese)
- special thanks to our community members for the new/updated language packs (Johan Raphael Joe, maxVBA, KallunWillock)
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 19th, 2025, 06:57 AM
#566
Re: twinBASIC programming - Beta releases
BETA 809 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 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
- improved: some tweaks to auto-indentation after pressing Enter/Return in the code editor [ loquat, discord ]
- fixed: incorrectly trying to take the value of a Sub method could be missed by the compiler, leading to a codegen bug [ XYplorer, discord ]
- fixed: ComboBox drop down height issue with increasing height each time it's dropped [ sokinkeso, discord ]
- added: ComboBox.DropDownVisibleItemCount property (default 0, auto) [ sokinkeso, discord ]
- fixed: changing certain ComboBox properties (Sorted, IntegralHeight, Style) at design time would cause loss of List data
- fixed: Frame inside a UC would not render the BackColor correctly inside the IDE when the UC is used on a form [ Puffeltje, discord ]
- fixed: UpDown control could fire duplicate DownClick/UpClick events [ lm3548, discord ]
- updated: 2 language packs (Swedish, Hungarian)
- special thanks to our community members for the new/updated language packs (DTZ)
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 19th, 2025, 09:29 AM
#567
twinBASIC programming - Beta releases
BETA 810 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 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
- renamed: ComboBox.DropDownVisibleItemCount property to MaxDropDownItems [ Krool, discord ]
- added: 1 language pack (Hindi)
- updated: 1 language pack (Malayalam)
- special thanks to our community members for the new/updated language packs (Johan Raphael Joe)
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 19th, 2025, 12:30 PM
#568
Re: twinBASIC programming - Beta releases
BETA 811 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 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: (regression since BETA 805) edge case involving PropertyBags [ AAraya, vbforums ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 20th, 2025, 08:20 AM
#569
twinBASIC programming - Beta release 812
BETA 812 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 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: MaxDropDownItems not effective when run from the IDE [ sokinkeso, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 20th, 2025, 01:26 PM
#570
Re: twinBASIC programming - Beta releases
BETA 813 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 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: Find/Replace in Project scope not working properly when 'Single Click Preview' is turned off in the IDE settings
- improved: using the code editor navigation dropdown selectors now auto unfolds the scoped area, if folded
- added: IDE commands tbEditor_FoldProcedures and tbEditor_UnfoldProcedures (shortcuts CTRL+ALT+ARROWLEFT/ARROWRIGHT)
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 21st, 2025, 05:06 AM
#571
Re: twinBASIC programming - Beta releases
BETA 814 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 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: issue with importing large twinpack files [ fafalone, discord ]
- fixed: (regression in BETA 623) vbSizableNoTitleBar/vbSizableToolWindowNoTitleBar not working properly
- note: (recompiled IDE host project with BETA 814)
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 22nd, 2025, 08:19 AM
#572
twinBASIC programming - Beta releases
BETA 815 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 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: (regression) form designer 'Align Controls to Grid' option not working [ GTAIV, discord ]
- fixed: compiler symbol table edge case that can potentially cause a crash when loading a large project [ Aaraya, vbforums ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 24th, 2025, 10:01 AM
#573
Re: twinBASIC programming - Beta releases
BETA 816 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 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
- added: support for local linked packages (TIP: untick 'Embedded' next to the package in the IDE Available Packages list)
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 24th, 2025, 02:37 PM
#574
twinBASIC programming - Beta releases - Linked packages
BETA 817 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 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
- added: fix for local linked packages (TIP: untick 'Embedded' next to the package in the IDE Available Packages list)
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 25th, 2025, 09:39 AM
#575
twinBASIC programming - Beta releases
BETA 818 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 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: hovering over an array symbol during debugging could show results imperfectly due to a HTML encoding bug [ XYplorer, discord ]
- fixed: Send-To-Back/Bring-To-Front not working correctly for windowless controls inside the form designer [ GTAIV, discord ]
- fixed: (regression) For-Each on an AddIn tbIDE.Folder would crash
- improved: Global Search addin - now auto focuses the input box [ XYplorer, discord ]
- improved: Global Search addin - clicking a list entry will move the code editor to the first match
- fixed: wrapping in IDE quick info hover windows sometimes not set, causing truncation [ XYplorer, discord ]
- added: support for Integer-Arrays to String (and vice-versa) conversions [ fafalone, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 26th, 2025, 05:31 AM
#576
Re: twinBASIC programming - Beta releases
BETA 819 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 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: handling of type library defined constants, no longer wrapping them with an implicit Variant [ https://github.com//issues/2171 ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 26th, 2025, 11:10 AM
#577
twinBASIC programming language - Beta release 820
BETA 820 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 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: auto-correct editor bug sometimes causing invalid "Privae Sub" to be inserted when creating an event from the form designer
- improved: markdown preview mode in the editor now allows for selection of text [ https://github.com//issues/2168 ]
- updated: Sample 15 (GlobalSearchAddin) to match the latest version of GlobalSearchAddin that is included with the IDE
- fixed: after the recent package changes, the 'Available Packages' list might sometimes contain enabled type libraries (non packages)
- improved: 'Available Packages' search bar now also matches to the Library Symbol as well as the description
- fixed: form designer copy & paste could cause a crash, intermittently [ GTAIV, discord ]
- fixed: corrections to vbDefault MousePointer handling involving container windowless controls [ https://github.com//issues/2163]
- fixed: Screen.MousePointer now gets reset for each new debug session
- improved: twinBASIC now added as an 'Open With' option for VBP files from Windows Explorer [ https://github.com//issues/2157 ]
- added: IDE command 'tbEditor_ToggleShowLineNumbers', and a UI toggle option in the EDITOR panel ellipses context menu [ https://github.com//issues/2154 ]
- deprecated: theme CodeFoldingVisible property, in favour of new IDE command 'tbEditor_ToggleCodeFoldingVisibility' and a UI toggle option in the EDITOR panel ellipses context menu
- deprecated: theme CodeMinimapVisible property, in favour of new IDE command 'tbEditor_ToggleMiniMapVisibility' and a UI toggle option in the EDITOR panel ellipses context menu
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 26th, 2025, 01:54 PM
#578
Re: twinBASIC programming - Beta releases
BETA 821 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 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: using 'Open With' Explorer option would not migrate the project to an unsaved state
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 27th, 2025, 05:52 AM
#579
twinBASIC programming language - Beta releases
BETA 822 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 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
- added: AddIn extensibility method File.ReadText(Flags) where Flags can be CommentsToWhitespace [ fafalone, discord ]
- updated: GlobalSearch Addin (addin and sample) to offer an 'Exclude Comments' option [ fafalone, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 27th, 2025, 07:22 AM
#580
Re: twinBASIC programming - Beta releases - CodeJock support
BETA 823 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 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: support for CodeJock CommandBars, allowing detection of predefined menus on tB forms
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 28th, 2025, 03:31 AM
#581
Re: twinBASIC programming - Beta releases
BETA 824 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 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: pressing IDE real OS titlebar Close button multiple times could cause issues [ fafalone, discord ]
- fixed: find/replace floating panel height could cause scrollbars to be visible depending on IDE font [ Krool, discord ]
- fixed: ForeColor control graphics property not correctly matching VB6 API behaviours [ https://github.com//issues/2164
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 28th, 2025, 03:35 AM
#582
twinBASIC programming language and IDE - Beta releases - v.825
BETA 825 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 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: using 'Break on all errors' project option would trigger on some handled errors in tB control implementations [ XYplorer, private ]
- fixed: various HScrollBar and VScrollBar fixes [ XYplorer, private ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 29th, 2025, 07:18 AM
#583
twinBASIC programming - Beta release 826
BETA 826 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 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: some more HScrollBar and VScrollBar edge case fixes [ XYplorer, private ]
- fixed: using 'Break on all errors' project option would trigger on some handled errors in AX control wrapper implementations [ XYplorer, private ]
- fixed: WM_GETMINMAXINFO implementation not correct for forms without a titlebar, causing glitches with such maximized forms [ XYplorer, private ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 30th, 2025, 02:04 AM
#584
Re: twinBASIC programming - Beta releases
BETA 827 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 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: changing LAA or DEP project settings would force full closure of the open project [ fafalone, discord ]
- fixed: using 'Break on all errors' project option would trigger on some handled errors in AX control wrapper implementations [ XYplorer, private ]
- fixed: Image control with Stretch=False did not auto-resize to the set picture dimensions at runtime [ Kimpos, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jun 30th, 2025, 02:50 PM
#585
twinBASIC programming - Beta releases
BETA 828 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 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: issue with Dim something(A To Len(b)) [ axisdj, discord ]
- fixed: issue with AX controls that only use dispinterfaces(e.g.Mabry HiTime), calling methods on them before the form is loaded would not cause the form to load [ axisdj, discord ]
- fixed: edge cases with some AX controls that use dispinterface events [ axisdj, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 1st, 2025, 04:02 AM
#586
twinBASIC programming - Beta releases
BETA 829 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 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
- improved: discoverability of many IDE options via the Code Editor ellipses menu and via the right-click context menu
- improved: added BETA version number to About window [ https://github.com//issues/2177 ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 1st, 2025, 09:50 AM
#587
Re: twinBASIC programming - Beta releases
BETA 830 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 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
- added: themable properties for all toolbox icons using CSS data URIs, see Dark.theme/Light.theme files [ gaouser, discord ]
- added: IDE command 'tbThemes_Reload', plus associated menu entry via Window > Themes > Reload from disk [ gaouser, discord ]
- added: theme selector icon to the main IDE toolbar [ gaouser, discord ]
- fixed: changing form caption could cause form activate events to fire [ https://github.com//issues/2148 ]
- improved: 'Failed to create class instance' error in compiled files now includes the CLSID for debugging purposes
- fixed: MDI compiled EXEs could throw 'Failed to create class instance' errors if main MDI form is loaded implicitly from a child [ https://github.com//issues/2148 ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 2nd, 2025, 07:29 AM
#588
Re: twinBASIC programming - Beta releases
BETA 831 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 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: assignments to array elements with implicit default member property-let pass-thru would throw a compiler error [ Tom, private ]
- fixed: assignments to class elements without implicit default member property-let pass-thru would throw codegen error, now throw a runtime error to match VBx, plus a warning [ Tom, private ]
- fixed: LBound/UBound on a class type should be a compilation error [ Tom, private ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 2nd, 2025, 07:32 AM
#589
twinBASIC programming - Beta releases - release 832
BETA 832 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 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
- improved: added compatibility option 'Use Unicode Common Control Notifications' for allowing use of ANSI notifications in WM_NOTIFY subsclassing to match VBx [ fafalone, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 2nd, 2025, 07:34 AM
#590
Re: twinBASIC programming - Beta releases
BETA 833 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 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: touching a child control property inside a UserControl_Initialize event could cause the UC to be put in a bad state, not firing some events [ gaouser, discord ]
- fixed: Form.DrawMode property was not being changed on the underlying DC, so appeared ineffective with API drawing [ Don, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 2nd, 2025, 09:57 AM
#591
twinBASIC programming - Beta release 834
BETA 834 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 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
- improved: general form stability around closure of windows (particularly MDI child forms) [ https://github.com//issues/2181#issuecomment-3027454775 ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 3rd, 2025, 04:51 AM
#592
Re: twinBASIC programming - Beta releases
BETA 835 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 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: form menu designer sometimes shows the root menus in reverse order [ https://github.com//issues/2129 ]
- fixed: form designer instability when there are missing ActiveX controls [ PickledPokkel, discord ]
- fixed: if a local twinpack file in %APPDATA% is locked, the IDE no longer faults [ fafalone, discord ]
- added: 1 language pack (Turkish)
- special thanks to our community members for the new/updated language packs (geouser)
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 3rd, 2025, 05:12 AM
#593
twinBASIC programming - Beta release 836
BETA 836 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 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: IDE not opening on some machines since BETA 814 [ KarlSevenSeven, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 3rd, 2025, 06:46 AM
#594
twinBASIC programming - Beta release 837
BETA 837 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 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
- added: IDE setting 'Auto refresh Explorer icon cache after build' (default TRUE) [ gaouser, discord ]
- fixed: IDE now explicitly sets the current directory of the debug session to the twinproj folder location when loading the project [ https://github.com//issues/2184#issuecomment-3031406118 ]
- fixed: further tweaks to UserControl WM_WINDOWPOSCHANGING implementation to better handle MSACCESS quirks [ Tecman, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 3rd, 2025, 09:04 AM
#595
Re: twinBASIC programming - Beta releases
BETA 838 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 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: (regression) ToolTipText property on windowless controls not working properly [ Don, discord ]
- fixed: clicking on a Label or Image control inside of a container (e.g. PictureBox) should not focus the container [ Don, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 3rd, 2025, 12:46 PM
#596
Re: twinBASIC programming - Beta releases
BETA 839 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 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: broken Image/Label mouse events in last BETA [ Don, private ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 4th, 2025, 04:07 AM
#597
twinBASIC development and programming - Beta release 840
BETA 840 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 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: PictureBox middle/right mouse buttons should accept focus [ XYplorer, discord ]
- fixed: Cancel/Default escape/enter key handling could cause a crash at runtime in some scenarios [ XYplorer, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 4th, 2025, 08:03 AM
#598
twinBASIC programming - Beta releases
BETA 841 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 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
- improved: much faster internal recording of compilation errors, preventing IDE unresponsiveness when there are thousands of errors [ Emile, discord ]
- improved: codeLens feature can cause an IDE performance hit when there are hundreds/thousands of them [ fafalone, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 5th, 2025, 06:08 AM
#599
Re: twinBASIC programming - Beta releases
BETA 842 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 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: (regression in BETA 841) excessive memory fragmentation could cause large Win32 projects to fail to load or compile [ https://github.com//issues/2189 ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
-
Jul 5th, 2025, 06:35 AM
#600
twinBASIC programming - Beta releases
BETA 843 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 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: SaveSetting / DeleteSetting standard library functions were using non-WindowsXP compatible APIs [ gaouser, discord ]
A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|