Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: thinBasic 1.14.0.0 BETA

  1. #11
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    58
    Posts
    8,885
    Rep Power
    10
    Updated last BETA version

    Download link is in the first post o this thread.

    Sorry I cannot get useful info from the image.
    Please post some compete code I can check.

    IF/THEN/ENDIF checking has some rules, especially in single IF lines.
    Maybe I missed something
    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. #12
    Member
    Join Date
    Jan 2013
    Age
    83
    Posts
    40
    Rep Power
    18
    Hi Eros,

    I'll try attaching another snapshot. But the message says "THEN expected" and the line code displayed says "IF NOT FILE_EXISTS (FP) THEN" and the token found says "F".

    George

    1.jpg

  3. #13
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    58
    Posts
    8,885
    Rep Power
    10
    Can you attach the thinBasic source code as a file here?
    Or send it to me at support@thinbasic.com

    I need to check the full file in binary/hex and see what's inside.

    I've 2 suspects:
    1. there is some hidden char in the line that is disturbing the parser/tokenizer
      The fact that the found token is just an "F" is a little strange
    2. the NOT just after the IF is creating a math parsing problem
    3. if a retry works ... some internal thinBasic pCode generated by the pre-parsing process is wrong


    Just tested the second suspect ... NOT after the IF ... in different ways and seems there are no problems

    uses "console"
    
    if not FILE_Exists (APP_SourceFullName) Then
      printl "ok"
    end If
    WaitKey 0, "Press a key"
    
    Last edited by ErosOlmi; 30-09-2025 at 07:12.
    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. #14
    Member
    Join Date
    Jan 2013
    Age
    83
    Posts
    40
    Rep Power
    18
    Thanks for checking Eros. I'm trying to chase the other half - SPFLite - since we have some other unexplained problems and I'm beginning to suspect a memory corruption problem since it's random and inconsistent. The nicest kind of bug to shoot. ;-((

    George

  5. #15
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    58
    Posts
    8,885
    Rep Power
    10
    Talking about that issue on SPFLite forum at https://spflite.freeforums.net/threa...scrollTo=12446
    SPFLite uses thinBasic as internal macro language.
    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

  6. #16
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    58
    Posts
    8,885
    Rep Power
    10
    Updated thinBasic version 1.14
    See first post of this thread for download link and list of 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

Page 2 of 2 FirstFirst 12

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

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
  •