Page 9 of 9 FirstFirst ... 6789
Results 321 to 355 of 355

Thread: twinBASIC programming - Beta releases

  1. #321

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]

  2. #322

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]

  3. #323
    PowerPoster
    Join Date
    Nov 2017
    Posts
    3,352

    Re: twinBASIC programming - Beta releases

    Coming up on a month without any updates. Should we be expecting a significant next version (hopefully)?

  4. #324
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    6,269

    Re: twinBASIC programming - Beta releases

    Indeed... Wayne says tomorrow is the day

  5. #325

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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.

  6. #326

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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.

  7. #327

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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)

  8. #328

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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

  9. #329

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]

  10. #330

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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

  11. #331

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]

  12. #332

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]

  13. #333

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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

  14. #334

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]

  15. #335

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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

  16. #336
    Fanatic Member
    Join Date
    Aug 2011
    Location
    Palm Coast, FL
    Posts
    628

    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!

  17. #337

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]

  18. #338

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]

  19. #339

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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

  20. #340

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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

  21. #341

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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)

  22. #342

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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

  23. #343

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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

  24. #344

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]

  25. #345

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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

  26. #346

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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

  27. #347

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]

  28. #348

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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.

  29. #349

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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




  30. #350

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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)




  31. #351

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]


  32. #352

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]


  33. #353

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]




  34. #354

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]



  35. #355

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,250

    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 ]




Page 9 of 9 FirstFirst ... 6789

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
  •  



Click Here to Expand Forum to Full Width