Results 1 to 10 of 27

Thread: thinBasic interface under Microsoft visual C/C++ language

Threaded View

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

    thinBasic interface under Microsoft visual C/C++ language

    thinBasic allows C/C++ 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 external programs.
    We provide static thinC.lib and dinamic thinC.DLL plus thinC.lib for linkage purpose, so MS Visual C/C++ programmers could choose to use external interface .DLL or embed it into their own thinBasic Modules.

    Plase find here attached interface file with a simple module example, for Microsoft C++ compiler.

    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. Replies: 8
    Last Post: 05-08-2008, 19:12

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
  •