Results 1 to 3 of 3

Thread: Query ThinBasic version from an exe (bundled )

  1. #1
    Junior Member
    Join Date
    Jan 2020
    Location
    France
    Posts
    16
    Rep Power
    8

    Question Query ThinBasic version from an exe (bundled )

    Hello TB gurus.

    I have some bundled exe's causing problems.
    The same exe running on differents computers behave differently.

    or..... other case

    The same script.tbasic bundled on différent computers or on the same computer but with a different release of TB
    also behave differently.

    To help the debugging process, I wonder if it is possible to know the version of TB present when the script was bundled to .exe ?

    The info in the properties of the exe file returns the version specified in
    #BUNDLE Version "ProductVersion"   , "1.1.1"
    
    or 0.0.0.0 if not specified.
    But not the thinbasic version.

    Thanks for help.

    Justin

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

    no I'm sorry there is not info about what thinBasic version was bundled an executable.
    I will try to add some info in bundled exe by next version

    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

  3. #3
    Junior Member
    Join Date
    Jan 2020
    Location
    France
    Posts
    16
    Rep Power
    8

    Unhappy Bad luck

    Quote Originally Posted by ErosOlmi View Post
    Ciao Justin,

    no I'm sorry there is not info about what thinBasic version was bundled an executable.
    I will try to add some info in bundled exe by next version

    Eros
    Hello Eros.

    Bad luck.

    I tried to examine files in the temporary directory where TB engine and dll's are expanded. But the execution of the exe is so fast and
    cannot catch files.

    Maybe also add a function returning current version in the family APP_**


    I'll try to download and reinstall last version on all my computers, a large family, located in many places, home, friends, association ...
    And then rebundle the scripts.
    For example the comportement of text console, opened by
    Uses "console"
    
    is different when the script is started in ThinAir and
    executed by the same bundled script. IE resizing.


    Regards,

    Justin

    J-18
    https://www.thinbasic.com/community/...3&d=1767464733
    Last edited by justin045; 19-01-2026 at 19:36.

Similar Threads

  1. Concerning the new version of ThinBasic,
    By TBUser54 in forum thinBasic General
    Replies: 1
    Last Post: 14-06-2023, 18:14
  2. ThinBasic bundled exe directory
    By chameau in forum thinBundle
    Replies: 2
    Last Post: 30-12-2020, 19:36
  3. Icon changer for bundled thinBasic files
    By GSAC3 in forum thinBundle
    Replies: 15
    Last Post: 31-01-2010, 19:49
  4. Replies: 0
    Last Post: 31-08-2008, 22:07

Posting Permissions

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