Page 19 of 21 FirstFirst ... 91718192021 LastLast
Results 181 to 190 of 203

Thread: thinBASIC 1.9.16.X

  1. #181
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Quote Originally Posted by Michael Hartlef View Post
    If I let it install with a deactivated virus scanner, and then check, it complained about the ChainShot4D.exe of the Oxygen sample scripts.
    Thanks, I will remove all executable from oxygen examples.
    They are not needed.
    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. #182
    How about deleting that exe file i had mentioned from the distribution? The user can create it themself, or?

  3. #183
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Yes, yes, I'm preparing a new release with additional changes.
    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. #184
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    thinBASIC updated to 1.9.16.17

    Complete list of changes at http://www.thinbasic.com/public/prod..._1_9_16_17.htm
    Download link in first post of this thread or in Main web site page.

    I'm going to 2 weeks holidays, do not know if I will have connection

    Ciao
    Eros.


    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. #185
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    Yeah, got the download. If I check "what's new" offline as well as online there is 3 lines above PeekHex (sorry no string-char on the phone) a line that says PokeHex but no description neither does thinAir recognize it as a Keyword.
    Last edited by ReneMiner; 14-08-2016 at 17:56.
    I think there are missing some Forum-sections as beta-testing and support

  6. #186
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    Yeah, got the download.
    If I check "what's new" offline as well as online there is 3 lines above PeekHex (sorry no string-char on the phone) a line that says PokeHex but no description neither does thinAir recognize it as a Keyword.
    Have to add some Bug-report:
    I tried to run my Sudoku-game but then only opens a msgbox that says Powerbasic and Shows a line-number probably. If close the msgbox a new one appears.
    It does not happen with all Scripts but definitely when I try to run the Sudoku-version that I lately uploaded and that was running fine with Version 1.9.16.16
    Last edited by ReneMiner; 14-08-2016 at 18:28.
    I think there are missing some Forum-sections as beta-testing and support

  7. #187
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    You are correct,

    this is minimal example to replicate the issue:
    type MySubType
      x as long
    end type
    
    type MyType
      arr(10) as MySubType
    end type
    
    dim v as MyType
    
    v.arr(1).x = 1
    

    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  8. #188
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Sorry, I'm recompiling and re-publishing withing 30 minutes
    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

  9. #189
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Uploaded a new 1.9.16.17 version without debug message box.
    Sorry about that.

    Ciao
    Eros
    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

  10. #190
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    This release is packed with some new features and fixes, so highly recommended for everyone.

    Let's have a look at few of them...

    StringBuilder
    For some time developed as 3rd party module, now moved to default installation.
    If you wish to learn more about it, please read in dedicated post.

    Ini module enhancements
    Ini is one of the most straightforward modules, yet it got even simpler now.
    Tired of repeating file name all over again? Your wishes came true:
    uses "ini", "console"
    
    dim config as new cIniFile(app_sourcepath + "config.ini") ' -- Notice new cool direct initialization
    config.setKey("Path", "Root", app_sourcepath)
    printl config.getKey("Path", "Root")
    
    waitkey
    
    #include from internet
    Yes, a bit wild, but why not. Do you maintain your unit at github? Reference it directly from the script!

    ...and much more, of course. Check the help file for more information


    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

Page 19 of 21 FirstFirst ... 91718192021 LastLast

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
  •