Results 1 to 2 of 2

Thread: Create DLL for Windows

  1. #1

    Create DLL for Windows

    Hello to the whole forum.

    Can DLLs be created with ThinBasic?

    If so, how would be the example to create one that adds 2 numbers?

    Thank you
    Last edited by Tolo68; 09-06-2022 at 22:05.

  2. #2
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    Hi Tolo68,

    while thinBASIC is able to produce stand alone executables, it is possible thanks to a "trick" when thinBasic core is bundled with the original script to a single EXE.

    This approach is not applicable for creation of DLLs - you could use FreeBASIC, PowerBASIC or other alternatives to create a compiled DLL file.

    Yet, you can then use these DLLs from thinBASIC.


    Thanks for understanding,
    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

Similar Threads

  1. Is it possible to create a video with ThinBasic?
    By martin in forum thinBasic General
    Replies: 1
    Last Post: 15-11-2014, 12:30
  2. create TBGL_Line in 3d space
    By largo_winch in forum TBGL module by Petr Schreiber
    Replies: 7
    Last Post: 16-08-2011, 16:41
  3. how to create a hyperlink
    By martin in forum UI (User Interface)
    Replies: 3
    Last Post: 17-04-2011, 10:35
  4. How to create a new SDK?
    By Michael Hartlef in forum Turbo Delphi language SDK development
    Replies: 2
    Last Post: 30-11-2008, 13:46
  5. Can thinbundle create a console exe?
    By Michael Hartlef in forum thinBundle suggest new features
    Replies: 31
    Last Post: 01-06-2007, 09: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
  •