Results 1 to 2 of 2

Thread: Delphi SDK Download

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

    Delphi SDK Download

    This SDK is out of date due to latest improvements. See official Delphi SDK download post. Thanks
    _________________________________________________

    Hi,

    this topic contains the download of SDK for Delphi 6 Personal.

    The current version of hte SDK is the first one, so it is not as perfect as I wish, but don't worry, I'm working on it.

    You can already compile your own modules for thinBASIC with this SDK.

    Package contains:
    • template Delphi project + include file
    • simple thinBASIC script to test the functionality
    • recomended resource file


    Any suggestions are welcome!


    Thanks,
    Petr
    Attached Files Attached Files
    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

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

    Delphi SDK Download

    Tips to make it work

    1) Get Borland Delphi 6 Personal
    ( Delphi 7 should be ok too, lower versions were not tested )
    Just checked Borland's web, no Delphi 6 or 7 to download !?
    Here is the link where you can download Delphi 2005 Trial
    http://www.borland.com/downloads/download_delphi.html

    OR you can try luck on the following links, from Borlands site in Poland:

    Delphi 7 Personal ( about 60MB )
    Delphi 6 Personal ( about 140MB )



    2) Create new Delphi DLL project ( as clone of bundled "thinbasic_MyDelphi.dpr" )
    Keep the name format as "thinbasic_<NameOfYourModule>.dpr"

    3) Make sure you have the latest copy of "thinCore.pas" in the same directory

    4) Press CTRL-F9 to build the DLL

    5) Move created DLL to the LIB directory of thinBASIC installation

    6) Bind your module to your script application using
    [code=thinbasic]
    USES "MyModule" ' That will work for thinbasic_MyModule.DLL
    [/code]

    7) Start your work in thinBASIC using your own module !
    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. Official Delphi SDK Download
    By ErosOlmi in forum Turbo Delphi language SDK development
    Replies: 22
    Last Post: 23-04-2016, 07:58

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
  •