Results 1 to 4 of 4

Thread: thinBasic 1.14.0.0 BETA

  1. #1
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    58
    Posts
    8,843
    Rep Power
    10

    Lightbulb thinBasic 1.14.0.0 BETA

    I'm working on finishing the next thinBasic 1.14.0.0 release.
    If anyone wants to test the current beta version, the ZIP file with the setup is available by going to this link:
    https://www.thinbasic.com/public/_BETA_/

    I will continue to update the ZIP file as soon as I've something new to publish.
    List of changes is inside offline help file.



    Note:

    • some anti-virus systems continue to report the presence of malicious files both in the setup and in the executable files created by thinBundle
    • I can guarantee there are no malware but I would like to have a situation where also AV think the same
    • I'm working on it
    Last edited by ErosOlmi; 01-03-2025 at 10:39.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  2. #2
    thinBasic MVPs ReneMiner's Avatar
    Join Date
    Oct 2012
    Location
    Germany
    Age
    55
    Posts
    1,561
    Rep Power
    175

    Post thinbasic still not working

    it does not matter what kind of loop gets inserted to replace for next
    using
    While counter < files
       counter+=1
    ...
    
    Wend
    
    or
    Repeat 
       counter+=1
    ...
    Until counter>=files
    
    or also
    Do :counter+=1
    ...
         If counter=files then Exit Do
    Loop
    
    seems no counting loop is started the normal way as we would expect it. It's alike it were parsing the wrong line
    Attached Images Attached Images
    Last edited by ReneMiner; 03-06-2025 at 04:11.
    I think there are missing some Forum-sections as beta-testing and support

  3. #3
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    58
    Posts
    8,843
    Rep Power
    10
    Thanks for reporting.
    I think is due to a bad window event handling in this script

    If you comment the following line just few line above the loop, it will work:
    Log_AddMessage cbhndl, "BFF", "%BFF_SelChange", sDir
    
    I think that function is firing an infinite events re-entering chain and parser, at some time, is crashing.

    I will recode it for the next update
    Last edited by ErosOlmi; 04-06-2025 at 07:10.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  4. #4
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    58
    Posts
    8,843
    Rep Power
    10
    Updated thinBasic 1.14.0.0 BETA release.

    List of changes / new feature is inside offline help file.
    This version should be compatible from Windows 7 to Windows 11

    Download from:
    https://www.thinbasic.com/public/_BETA_/
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

Similar Threads

  1. Beta testing thinBasic Beta 1.9.8.0
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 16
    Last Post: 04-10-2013, 22:22
  2. thinBasic Beta 1.8.8.0
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 14
    Last Post: 25-06-2011, 19:24
  3. thinBasic Beta 1.8.4.x
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 8
    Last Post: 29-06-2010, 15:50
  4. thinBasic Beta 1.8.2.x
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 13
    Last Post: 21-06-2010, 10:10
  5. thinBasic beta 1.7.10.3
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 4
    Last Post: 27-02-2010, 01:44

Members who have read this thread: 8

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
  •