[Gambas-user] Component written in C and Gambas

T Lee Davidson t.lee.davidson at gmail.com
Wed Nov 17 23:04:14 CET 2021


On 11/17/21 4:39 PM, Carlos Kabronsete wrote:
> I can create my own library but I ask if there is a way to execute my C functions  without a library.

As far as I know there is no way to execute C functions from within Gambas without using a library since Gambas does not provide 
for in-lining C code (unless I missed that capability somewhere). Just add the library as an Extra File when you make the 
installation package.


-- 
Lee


More information about the User mailing list