-
Aug 8th, 2024, 11:37 AM
#321
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 591 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: some minor tweaks for smaller codegen on x64 builds
- fixed: when switching documents in the IDE, a stale debugger breakpoint could be activated incorrectly
- fixed: Let-assigning an object to a Variant array element caused a Set-assignment in some instances [ github.com/twinbasic/twinbasic/issues/1596 ]
-
Aug 9th, 2024, 02:23 AM
#322
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 592 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
- fixed: breaking/stepping through code could cause object reference leaks, causing Class_Terminate events not to fire in some instances
- fixed: removed all internal usage of GWL_USERDATA for storing internal data associated with HWNDs [ fafalone, discord ]
-
Sep 2nd, 2024, 07:33 PM
#323
Re: twinBASIC programming - Beta releases
Coming up on a month without any updates. Should we be expecting a significant next version (hopefully)?
-
Sep 2nd, 2024, 08:37 PM
#324
Re: twinBASIC programming - Beta releases
Indeed... Wayne says tomorrow is the day
-
Sep 4th, 2024, 07:56 AM
#325
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 593 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
- fixed: Slider.ToolTipText property was missing
- fixed: UpDown.ToolTipText property was missing
- fixed: missing 'Programmable' registry entry for COM registered classes [ https://github.com//issues/1891 ]
- fixed: some ITypeInfo edge cases, causing Excel UDFs to fail [ https://github.com//issues/1891 ]
- fixed: hard compiler crash when using CurrentComponentCLSID inside a Const expression [ https://github.com//issues/1888 ]
- improved: IDispatch implementation has been rewritten offering much better performance for late-bound code against tB classes
- improved: big rewrite of how the form engine internal C++ and TB code interoperate allowing for much greater efficiency. Lots of issues identified and fixed. Likely some regressions.
- improved: tidied up all exposed control methods so that internal members are no longer exposed on the outermost class (better intellisense)
- added: Class.BeforeFirstMethodAccess event (used internally for simplifying handling of EnsureFormIsLoaded)
- fixed: UserControls in the form designer could cause the IDE to lose focus
- fixed: completely reworked form and control loading/unloading to better match VBx behaviours
- NOTE: CustomControls samples are broken in this release
- NOTE: There may be some regressions in this build
Last edited by VB6 Programming; Sep 5th, 2024 at 02:52 AM.
-
Sep 5th, 2024, 02:51 AM
#326
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 594 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
- fixed: (regression in BETA 593) AX/UserControls that auto-resize themselves (e.g. VBCCR.MonthView) were not resizing inside the form designer
- fixed: (regression in BETA 593) CustomControls samples were broken
Last edited by VB6 Programming; Sep 5th, 2024 at 03:06 AM.
-
Sep 5th, 2024, 10:14 AM
#327
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
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)
-
Sep 6th, 2024, 07:59 AM
#328
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 596 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 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: Form.Width and Form.Height runtime values now correctly account for the window area rather than the client area
- fixed: Form.MinWidth/MinHeight/MaxWidth/MaxHeight properties are now expressed in twips rather than pixels [ https://github.com//issues/1836 ]
- note: BREAKING CHANGE if you modify MinWidth/MinHeight/MaxWidth/MaxHeight at runtime, you might need to adjust the code to take account of twips
- improved: form designer property sheet now has group categories
-
Sep 7th, 2024, 01:27 AM
#329
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 597 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 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: (regression) a use-after-free bug introduced in the recent refactorings, causing tb-created ActiveX instabilities [ bclothier, discord ]
-
Sep 7th, 2024, 07:23 AM
#330
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 598 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 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: (regression in BETA 597) opening any form designer would cause a hard crash in the compiler process
-
Sep 7th, 2024, 09:07 AM
#331
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 599 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 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: (regression in recent betas) Frame control BackColor not correct after unloading and reloading a form [ woeoio, discord ]
-
Sep 8th, 2024, 06:55 AM
#332
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 600 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 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: codegen edge case for when comparing two Single datatype values [ wayaya30, discord ]
-
Sep 8th, 2024, 06:57 AM
#333
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 601 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 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: (regression) Frame controls producing some spurious debug messages in the DEBUG CONSOLE
-
Sep 11th, 2024, 01:28 PM
#334
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 602 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 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: controlArray.Count property would not keep in-sync after a form Unload-Load cycle [ commissioned work ]
- fixed: controlArray.LBound/UBound poperties do not update after a form Unload-Load cycle [ commissioned work ]
- fixed: Visible property of runtime added controls not always defaulting to False [ commissioned work ]
- fixed: Shape control was completely invisible in the form designer when Visible property was set to False [ commissioned work ]
- fixed: Shape control BackStyle = Transparent was being ignored in some instances [ commissioned work ]
- fixed: graphics Line method was not correctly rendering box-filled lines to the outermost right/bottom pixels [ commissioned work ]
- added: support Image property (Form, PictureBox, MDIForm) [ commissioned work ]
- fixed: Picture property (Form, PictureBox) edge cases when property is set to a bitmap that is already selected into a HDC [ commissioned work ]
- fixed: FileListBox.Pattern matching was case-sensitive [ commissioned work ]
- fixed: some edge cases when Form.AutoResize is toggled at runtime [ commissioned work ]
-
Sep 12th, 2024, 04:12 AM
#335
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 603 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 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: CommandButton Cancel/Default button being True would cause Form to crash if loaded more than once
-
Sep 12th, 2024, 08:18 AM
#336
Fanatic Member
Re: twinBASIC programming - Beta releases
Can confirm that the 'CommandButton Cancel/Default button being True would cause Form to crash if loaded more than once' issue has been resolved. Thanks!
-
Sep 12th, 2024, 12:23 PM
#337
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 604 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 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: (regression) Popup menus not working in recent releases [ https://github.com//issues/1868 ]
-
Sep 13th, 2024, 05:57 AM
#338
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 605 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 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
- added: experimental support for [_HiddenModule].Emit() for injecting pure assembled code into the codegen [ https://github.com/twinbasic/lang-design/issues/65#issuecomment-2348608088 ]
- added: support for 'Naked' procedure definitions for use with Emit(), allowing to remove the implicit codegen prolog/epilog [ https://github.com/twinbasic/lang-design/issues/65#issuecomment-2348608088 ]
-
Sep 13th, 2024, 09:30 AM
#339
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 606 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 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: PictureDpiScaling property on Image/Form/PictureBox etc now defaults to False for better general compatibility (e.g. VBCCR FrameW)
- fixed: (regression) IOleObject::GetMiscStatus implementation was broken in recent builds, causing problems with ActiveX controls not being recognized as containers and other similar issues
-
Sep 14th, 2024, 12:38 PM
#340
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 607 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 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
- added: EmitAny() intrinsic function, similar to Emit() but allows for outputting other sized values (currently Integers, Longs and LongLongs), with size inferred from the passed in value type
- added: StackOffset(var) intrinsic function for allowing to determine the ESP/RSP offset of a particular local variable or parameter
-
Sep 15th, 2024, 01:05 PM
#341
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 608 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 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
- added: warning TB0024 "unused local variable" (defaults to IGNORE)
- added: warning TB0025 "unused procedure parameter" (defaults to IGNORE)
-
Sep 24th, 2024, 09:54 AM
#342
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 609 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 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: Math.Oct() could cause crash in compiled applications on X64
- fixed: Eval("Date$()") would bind to Date() rather than Date$()
- improved: implicit conversion warnings now ignore missing arguments that get populated from default values, to prevent many unnecessary warnings with many MS Acces object model methods
- improved: TB0025 unused parameters not ignores interface memebr implementations and event handlers
- fixed: Input statement would fail at codegen stage when passed an enumeration value type [ axisdj, discord ]
- fixed: after being launched within the IDE, some projects would need a clean compiler restart before building to EXE/DLL to build properly
- improved: IDE project loading with multiple tab restoration is now smoother with less flickering
- improved: changes to support twinBASIC for Applications (TBA) - prototype now in private testing
-
Sep 25th, 2024, 05:21 AM
#343
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 610 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 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
- added: conditional compiler constant TWINBASIC_BUILD that evaluates to a Long constant containing the sequential build release number (e.g. 610 for BETA 610)
- fixed: issue with PictureBox.AutoSize when the picture box ScaleMode does not match the container (Nibbles2) [ fafalone, discord ]
- fixed: (regression in BETA 609) IDE loading a project and restoring layout could cause IDE errors
-
Sep 25th, 2024, 11:05 AM
#344
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 611 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: 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 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: (regression) lightweight controls not honouring anchors [ sokinkeso, discord ]
- fixed: touching an internally implemented control array collection field wasn't triggering the form container to load [ fafalone, discord ]
- fixed: unhandled errors in event handlers under the debugger would sometimes be treated silently
- fixed: (regression) IDE 'Real OS Titlebar' option not working correctly in recent builds [ fafalone, discord ]
-
Sep 26th, 2024, 05:11 AM
#345
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 612 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: 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 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: SHIFT+click on monaco editor scrollbar now jumps to the position rather than scrolling by page [ bradPeg, discord ]
- fixed: debugger edge case involving Implements-Via inheritance, potentially causing crash during debugging of such objects
-
Sep 26th, 2024, 07:01 AM
#346
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 613 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: 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 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: MonthView bug, pressing left/right arrows doesn't stop when mouse is released [ https://github.com/twinbasic/twinbasic/issues/1898 ]
- fixed: Ax filter issue that could cause double WM_COMMAND events from control containers (e.g. tB CommandButton on a VBCCR FrameW)
- improved: form designer minibar is now semi-transparent until hovered over, to be less distracting (experimental)
- fixed: form designer minibar could sometimes show up in the wrong position (0,0) when switching between code and form designer
- fixed: (regression in recent builds) default event of ActiveX controls was being wrongly chosen
-
Sep 26th, 2024, 10:39 AM
#347
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 614 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: 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 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: tweaked DIAGNOSTICS panel so that each issue uses only a single line, unless selected
- improved: tweaked DIAGNOSTICS panel so that you must double click to jump to the code point
- fixed: DIAGNOSTICS panel scroll thumb bar was not able to be dragged [ sokinkeso, discord ]
-
Sep 27th, 2024, 08:41 AM
#348
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 615 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: 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: DIAGNOSTICS panel file groupings are now alphabetically sorted
- fixed: Form Activate/Deactivate events now fire in the same manner as VB6
- fixed: MDIForm Activate/Deactivate events now fire, matching VB6
- fixed: (regression) __IMPORT_LOG would not automatically open properly in imported VBPs
Last edited by VB6 Programming; Sep 27th, 2024 at 08:45 AM.
-
Sep 29th, 2024, 05:48 AM
#349
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 616 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: 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
- added experimental support for function pointer types (delegate syntax) [ https://github.com/twinbasic/lang-design/issues/44 ]
- added warning TB0026 Mismatched Delegate Types
-
Sep 30th, 2024, 08:35 AM
#350
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 617 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: 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
- fixed: many edge cases involving Delegate syntax
- fixed: class member AddressOf produced invalid stubs for CDECL procedures in 32-bit compilations
- improved: class member AddressOf support now allows for Single, Double and Date return types
- improved: AddressOf now returns a delegate type rather than a LongPtr value for helping promote type safety (can still be treated as a LongPtr for back compat reasons)
-
Oct 1st, 2024, 03:02 AM
#351
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 618 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: 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
- fixed: Set statement edge cases [ Jovick, discord ]
- fixed: (regression) in compiled EXEs, the first form to open would cause the form toolbar to flash [ https://github.com//issues/1905 ]
-
Oct 1st, 2024, 11:09 AM
#352
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 619 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: 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: rewrote the handling around GotFocus and LostFocus events for all controls to better match VBx behaviours
- fixed: IDE command tbWatches_Add would fail if the WATCHES panel was not already visible [ wqweto, discord ]
- improved: IDE keyboard shortcut added for SHIFT+F9 to trigger command tbWatches_Add, as per VB6 [ wqweto, discord ]
-
Oct 2nd, 2024, 03:43 AM
#353
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 620 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: 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: refined the compiler diagnostics around delegates [ wqweto, discord ]
- fixed: IDE error reported when moving docked panels around in some instances [ wqweto, discord ]
-
Oct 2nd, 2024, 05:40 AM
#354
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 621 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: 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
- fixed: (regression) form designer could hang during loading a form [ DTZ, discord ]
-
Oct 8th, 2024, 02:42 PM
#355
Thread Starter
Frenzied Member
Re: twinBASIC programming - Beta releases
BETA 622 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: 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
- fixed: possibility of compiler crash during codegen stage when disambiguating Variant-Array vs object-accessor element access [ Antix, vbforums ]
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
|