Results 1 to 2 of 2

Thread: Compiling

  1. #1
    Anonymous
    Guest

    Compiling

    I don't have Powerbasic for Windows is there any other way to Compile ThinBasic Scripts ?
    Or will there be in the future ?
    Thanks

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

    Compiling

    Hi,

    thinBasic scripts cannot be compiled (at the moment ).
    thinBasic scripts can be obuscated and distributed in obuscated way but the machine running those scripts must have thinBasic installed.

    Using Powerbasic (or Microsoft C or Borland C or GCC or MASM32) you can create thinBasic modules. thinBasic modules are special dll that adds new functionalities into thinBasic. Modules are like extensions of the interpreter. Modules are loaded at script runtime using "USE" keyword.

    Hope to have answer to your question.
    If you have further requests, please do not hesistate to post them here.

    Regards
    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

Similar Threads

  1. what's compiling ???
    By Lionheart008 in forum Shout Box Area
    Replies: 11
    Last Post: 05-11-2009, 20:48

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
  •