Results 1 to 6 of 6

Thread: thinBasic interface under IBasic language

  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

  2. #2
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Re: thinBasic interface under IBasic language

    I should add that this only works with IBPro and not iBasic Standard, just downloaded and checked to make sure and I only have Standard, so I am sure that is the case now.
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

  3. #3

    Re: thinBasic interface under IBasic language

    Hi Roberto,

    what is the job of th thinIB.lib file that needs to be put into the lib folder of IBP? I understand that the thinCore.lib file is to interface with the thinCore.DLL, but thinIB.lib? When I remove it from the sample project in the IBP SDK, I can still compile it and the sample thinBasic script runs.

    Michael


    Edit: Ok I saw that it was used in the thinCore.inc.

    I was trying to update the include file but as I don't know what this thinIB.lib is for, I wait till Roberto responds.

  4. #4

    Re: thinBasic interface under IBasic language

    That sounds very interesting for me becose i use IbStandard(CBasic).

    PS. I forget download file

  5. #5

    Re: thinBasic interface under IBasic language

    Hm i'm not sure if is that error or mistake?
    Uops this is for IBpro
    Attached Images Attached Images

  6. #6

    Re: thinBasic interface under IBasic language

    Yes, The topic title is a little missleading.

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
  •