Results 1 to 7 of 7

Thread: thinBasic Beta Testing 1.11.7.0

  1. #1
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,525
    Rep Power
    170

    thinBasic Beta Testing 1.11.7.0

    the other thread (24 pages 1.11.xx.xx ) is too far past. So i open this here...


    First thing i've found in 1.11.7.0 was after install when i checked my registry thereafter the tBasicI isa not registerd as supposed to be

    "HKEY_CLASSES_ROOT\thinBasic Include.File" is missing the first dot
    while *.tbasici is registered correctly for "thinBasic.Include.File"
    I think there are missing some Forum-sections as beta-testing and support

  2. #2
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,525
    Rep Power
    170
    A link in offline-help is dead. Under "Whats new" announced new AppLog-module leads to not open anything.
    Also for the modules there is no AppLog -module
    Applog sample script shows many things still to do and on executing millions of fatal erors in the list but i can't see any result. No log-script
    not an example to study anything from

    cMMF seems (memory mapped file) derived from cInifile - but not new?
    also MSXML that was previously just to include seems have to become a module now. Not in whats new.
    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
    57
    Posts
    8,777
    Rep Power
    10
    Quote Originally Posted by ReneMiner View Post
    the other thread (24 pages 1.11.xx.xx ) is too far past. So i open this here...


    First thing i've found in 1.11.7.0 was after install when i checked my registry thereafter the tBasicI isa not registerd as supposed to be

    "HKEY_CLASSES_ROOT\thinBasic Include.File" is missing the first dot
    while *.tbasici is registered correctly for "thinBasic.Include.File"

    I should have fixed in new setup
    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
    57
    Posts
    8,777
    Rep Power
    10
    Quote Originally Posted by ReneMiner View Post
    A link in offline-help is dead. Under "Whats new" announced new AppLog-module leads to not open anything.
    Also for the modules there is no AppLog -module
    Applog sample script shows many things still to do and on executing millions of fatal erors in the list but i can't see any result. No log-script
    not an example to study anything from

    cMMF seems (memory mapped file) derived from cInifile - but not new?
    also MSXML that was previously just to include seems have to become a module now. Not in whats new.
    Thanks, I'm working on Help and will fix an populate missing help in next updates
    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

  5. #5
    I think I may have found a potential bug in ThinDebug in this release.
    I have this simple bit of code taken from an example in the documentation and I find when debugging the properties of the array of tAgenda is not updating?
    Here is my code
    Type tAgenda
      age as byte 'Years
      payment as long ' Money
      drivingLicense as byte ' 0 = no, 1 = yes
    end type
    
    %ITEMS = 3
    dim Person(%ITEMS) as tAgenda
    dim index as long
    
    Person(1).age = 24
    Person(1).payment = 1000
    Person(1).drivingLicense = 1
    
    Person(2).age = 32
    Person(2).payment = 1000
    Person(2).drivingLicense = 0
    
    Person(3).age = 64
    Person(3).payment = 1000
    Person(3).drivingLicense = 1
    
    I have attached images demonstrating the problem step by step and you will see the current line paused on and the current values of the array and you will note that it is displaying incorrect values?

    Attachment 10275
    Attachment 10276
    Attachment 10277
    Attached Images Attached Images
    Last edited by MrHiggins; 27-02-2022 at 14:42.

  6. #6
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Thanks a ot for reporting
    I will try to fix soon.
    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

  7. #7
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    RawText / End RawText will be deprecated in next thinBasic version: https://help.thinbasic.com/index.html?rawtext.htm
    Please use multi line double quote strings: https://help.thinbasic.com/index.htm...ne_strings.htm
    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. thinBasic 1.10.5 help on testing a new feature
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 11
    Last Post: 30-11-2017, 00:00
  2. Test Driven Development & Unit Testing for thinBASIC
    By Petr Schreiber in forum User files and/or user projects
    Replies: 11
    Last Post: 19-01-2014, 01:13
  3. Beta testing thinBasic Beta 1.9.6.0
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 15
    Last Post: 09-05-2013, 04:22
  4. Beta testing thinBasic Beta 1.9.5.0
    By ErosOlmi in forum thinBasic Beta testing
    Replies: 4
    Last Post: 18-04-2013, 13:28
  5. OpenB3D Engine Wrapper for ThinBasic (open testing)
    By Artemka in forum TBGL Scripts and Projects
    Replies: 4
    Last Post: 12-03-2013, 23:38

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •