Results 1 to 3 of 3

Thread: thinBasic interface under Power Basic

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

    thinBasic interface under Power Basic

    thinBasic allows Power Basic 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.

    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
    Eros
    Attached Files Attached Files
    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

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

    thinBasic interface under Power Basic

    Updated Power Basic SDK interface.

    List of changes:
    [+] thinBasic_TokenGetCurrentID
    [+] thinBasic_GetKeywordSpeficic
    [+] thinBasic_VariableParse
    [+] thinBasic_ChangeVariableStringDirect
    [+] thinBasic_ChangeVariableNumberDirect
    [+] thinBasic_ArrayGetInfo
    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

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

    thinBasic interface under Power Basic

    Updated Power Basic SDK interface.

    List of changes:
    [+] Introduced specific function return variable type. Previously only EXT.
    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. Power Basic news
    By ErosOlmi in forum Power Basic
    Replies: 2
    Last Post: 11-10-2007, 06:24

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
  •