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

Thread: twinBASIC programming - Beta releases

  1. #321

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

    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,216

    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,325

    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,182

    Re: twinBASIC programming - Beta releases

    Indeed... Wayne says tomorrow is the day

  5. #325

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

    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,216

    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,216

    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,216

    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,216

    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,216

    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,216

    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,216

    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,216

    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,216

    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,216

    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
    626

    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,216

    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,216

    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,216

    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,216

    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

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