Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: ThinBASIC 1.9.14.0

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

    Lightbulb ThinBASIC 1.9.14.0

    ThinBASIC Beta 1.9.14.0

    Download from: http://www.thinbasic.biz/projects/th...c_1.9.14.0.zip


    This Beta Version added new modules:


    • ADODB
    • Excel automation

    Still no time to document them but you can check examples into \thinBasic\SampleScripts\ADODB\ and \thinBasic\SampleScripts\Excel\

    Plus:
    • some fixes and new functionalities
    • latest Oxygen module
    • latest TBGL module

    See help for details.
    Last edited by ErosOlmi; 16-10-2014 at 07:46.
    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
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,526
    Rep Power
    170
    just downloaded but filename says 1.9.13. ???
    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
    sorry, amending the old post just changed the url text but not the url link.
    Now fixed.
    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 MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,526
    Rep Power
    170
    Thanks for the update


    already posted in support (Type_Exists) does not work on standard-types any more ( i thought it did before ).

    Also Array Scan Ptr seems to have issues when continous scans are done. Or I do it computely wrong

    Since it's not possible to Dim Like "aliasName" neither works Type_Exists("aliasname") - but can not tell the last for sure since standard-types don't work currently - i urgently need a safe type that only holds pointers to heap and nothing else. I suggested already

    Alias Dword As Heap_Ptr
    
    to have a special type of Dwords for these and perhaps then to replace "Ptr" in Array Scan by "Heap_Ptr" too for better readability.
    Last edited by ReneMiner; 22-10-2014 at 21:49.
    I think there are missing some Forum-sections as beta-testing and support

  5. #5
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    Hi Eros,

    thank you
    This is important release not just for all those cool Type/Scan features, but also for user friendly font rendering in TBGL.
    Thanx René, for pushing me to finally solve this


    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

  6. #6
    Member
    Join Date
    Nov 2012
    Location
    Missouri, USA
    Posts
    113
    Rep Power
    29
    Eros,

    Why is it I cannot run a bundled exe file when "Obfuscate" is checked
    in the bundle window? It is automatically check in the Bundle window.
    When I uncheck it and bundle, the exe will execute. Is there anyway
    you can make it an option to check instead of automatic. Plus, why
    have it if the exe's will not execute?

    Thank You,

    Bill

  7. #7
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,526
    Rep Power
    170
    just found another typo in thinBasic-help:

    Navigation: thinBasic Modules > UI (User Interface) > Additional Controls And Functions > TreeView Control > TreeView_GetExpanded

    Syntax says
    Data = Treeview_GetCheck(hWnd, ctrlID, hItem)
    
    should be somewhat like

    expanded = Treeview_GetExpanded(hWnd, ctrlID, hItem)
    
    I think there are missing some Forum-sections as beta-testing and support

  8. #8
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    Hi Bilbo,

    the bundling is not working in the BETAs, but you may try approach I described in this post:
    http://www.thinbasic.com/community/s...ll=1#post91022


    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

  9. #9
    Member
    Join Date
    Nov 2012
    Location
    Missouri, USA
    Posts
    113
    Rep Power
    29
    Petr,

    I am using 1.9.1.14.0 and I have been bundling RotteK
    Augustin Fresnel (and his fractals) programs. They have
    all bundled, except the very last one. I have to uncheck
    "Obfuscate" to get programs to bundle.

    I'll try your script and see what happens.

    Thanks,

    Bill

    P.S. I tried your script and it works. But the lib and/or
    inc that are included in the program do not automatically
    appear in the window. You have to type or paste the
    names in.
    Last edited by Billbo; 21-10-2014 at 01:15.

  10. #10
    Eros,

    This may sound nuts but have you ever considered a ThinBASIC to PoweBASIC translator to allow your users to compile their apps? It might help add some excitement to the PowerBASIC community in these troubled times.
    ScriptBasic Project Manager
    Project Site
    support@scriptbasic.org

Page 1 of 3 123 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
  •