Results 1 to 2 of 2

Thread: Some ennoying issues

  1. #1
    Member
    Join Date
    Jan 2018
    Location
    France
    Age
    71
    Posts
    69
    Rep Power
    13

    Some ennoying issues

    Hi ThinBasic gurus,

    Recently I encountered problems with ThinBasic 1.10.7

    * The first linked to the Microsoft Security Essentials antivirus (virus definition 1.239.574.0) which prevented me from bundling the script.
    * The second concerns the OS_GetCommands and OS_GetCommand (num) commands. The bundled version does not allow the presence of spaces in the names of files or directories. What is of course, authorized by the filesystem. Very embarrassing.
    * The third, opening a console (USES "Console") does not open the same type of console depending on whether you are using the interpreted version or the bundled version. See picture.

    Using version 1.11.2, although still in BETA version, fixes the first two problems, but not the third.

    Cordially.

    Dany

    The right window is obtained by executing the script in ThinAir the left one created by the SAME script after bundling.
    Attached Images Attached Images

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

    1/ the fight with Antivirus software cannot be won once and for all. For example, even my Visual Studio EXE files I compile get immediately caught by many AV solutions. Better to have AV oversensitive, than too relaxed. I think we will take some steps to make the bundling process less suspicious, but... this may reappear anytime and the solution is always to submit the EXE as false positive to AV vendor - they will perform further checks if it is really false positive and will put the signature on whitelist eventually

    2/ Should the path contain space, please encapsulate it in doublequotes (it works this way in C++ / Rust / ... as well): my.exe param1 "c:\my really cool path\file.txt". At least it works like that in version 1.11.6.0. You can get it here: http://thinbasic.biz/projects/thinba...c_1.11.6.0.zip

    3/ I can confirm that, I think it is because of some manifest/icon Bundled EXE gets during the bundling process. Eros would know better


    P
    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

Similar Threads

  1. Rotation issues
    By primo in forum TBGL General
    Replies: 3
    Last Post: 25-12-2015, 15:44
  2. MSDN Magazine Issues
    By ErosOlmi in forum Development
    Replies: 0
    Last Post: 01-10-2015, 06:37
  3. Few EXE module issues
    By Petr Schreiber in forum EXE
    Replies: 2
    Last Post: 16-12-2008, 16:11

Members who have read this thread: 1

Posting Permissions

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