Results 1 to 6 of 6

Thread: thinBasic interface under IBasic language

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    thinBasic interface under IBasic language

    thinBasic allows IBasic programmers to develop their own thinBasic modules. Modules are special dll that are loaded dynamically by thinBasic engine during scripts execution. Modules can be used to implement new thinBasic functionalities adding new keywords to the language or interfacing extenal programs.
    We provide static thinIB.lib that you could link into your own thinBasic Module.

    Plase find here attached interface file with a simple module example.

    Feel free to ask here in case of any question on module development.

    Regards
    Roberto
    Attached Files Attached Files
    http://www.thinbasic.com

Similar Threads

  1. thinBasic interface under CGG C/C++ language
    By RobertoBianchi in forum Module SDK (GCC C /C++)
    Replies: 8
    Last Post: 29-04-2009, 14:44

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
  •