Page 18 of 21 FirstFirst ... 81617181920 ... LastLast
Results 171 to 180 of 203

Thread: thinBASIC 1.9.16.X

  1. #171
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,129
    Rep Power
    732
    Good catch!

    Here is example to replicate this issue (for Eros):
    Function FirstNormalFunction()
    End Function
    
    Type MyType
      Function TypeFunction()
      End Function
    End Type
    
    Function SecondNormalFunction()
    End Function
    
    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

  2. #172
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,533
    Rep Power
    171
    Quote Originally Posted by ReneMiner View Post
    It's minor and only happens in case there are type-definitions above other functions in a script.TBMain() becomes a function of the Type above, so its "tTest.TBMain()" in codebrowser.A type-function outside Type ~ End Type becomes prefixed twice.Perhaps possible to check for an "End Type" and kill the memorized prefix to avoid this ?Or is there a general makeover for codebrowser to await? Then it won't make sense to fix this...
    I posted this already a while ago.Sorry for quoting but linking is too cumbersome via phone See previous page for original post with screenshots
    Last edited by ReneMiner; 26-06-2016 at 21:49.
    I think there are missing some Forum-sections as beta-testing and support

  3. #173
    Junior Member porcelain_tree's Avatar
    Join Date
    Nov 2012
    Location
    Beausejour, Manitoba, Canada
    Posts
    14
    Rep Power
    13
    Ah, I see. I thought I had scanned the entire thread for this issue.

  4. #174
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,782
    Rep Power
    10
    Thanks a lot for remembering that issue.
    I will completely re-code code browser scanning by the next version.
    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. #175
    Junior Member porcelain_tree's Avatar
    Join Date
    Nov 2012
    Location
    Beausejour, Manitoba, Canada
    Posts
    14
    Rep Power
    13
    Cool. I appreciate the time you've put into thinBasic.

    At the risk of repeating a known issue, I find that the code that closes my program doesn't work in 1.9.16.16. I've tried all of the following:

    global dlg_main as long
    dialog end dlg_main

    and:

    dialog end CBHNDL

    Both of these work in earlier versions.

    Edit: version number

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

    sorry to ask you but it would help me a lot in checking this issue if you can create a small script (the smallest you can) that show the problem you are describing.
    In my tests it seems working as expected, so it is hard to find something I'm not able to replicate.

    Thanks in advance.
    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

  7. #177
    Hi Eros,

    I tried to install 1.9.16.16 on my Windows 7 Home edition. Again Avira Antivir Free has problems with it and denied to let the installer run because it detected the trojan Crypt.XPACK.Gen2 (cloud) inside of it.

  8. #178
    If I let it install with a deactivated virus scanner, and then check, it complained about the ChainShot4D.exe of the Oxygen sample scripts.

  9. #179
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,129
    Rep Power
    732
    The heuristics are both blessing and the curse of today's antiviruses.

    We had an issue recently with thinBasic.com being reported by Google as "probably hacked" in the search results.
    It took like 3 weeks to persuade them everything is allright...


    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

  10. #180
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,782
    Rep Power
    10
    Quote Originally Posted by Michael Hartlef View Post
    Hi Eros,

    I tried to install 1.9.16.16 on my Windows 7 Home edition. Again Avira Antivir Free has problems with it and denied to let the installer run because it detected the trojan Crypt.XPACK.Gen2 (cloud) inside of it.
    Thanks Michael, I will try to see what I can do but that kind of reporting is very general and related to executable compression not really a virus.
    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 18 of 21 FirstFirst ... 81617181920 ... 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
  •