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.
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