[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is it possible/acceptable to create a component in Gambas that depends on a shared library?


On Tuesday, February 10th, 2026 at 22:49, Lee <t.lee.davidson@xxxxxxxxx> wrote:

> On 2/10/26 3:06 PM, gbWilly wrote:
> > A lot of the questions you pose here Claus have my attention as well. I'm very curious to read answers to these questions as I do want to experiment with interfacing with some C libraries myself.
> 
> Hi Willy,
> 
> Are you interested in interfacing with a shared library directly from Gambas using the "LIBRARY" and "EXTERN" declarations?
> Or, are you interested in creating one or more components that interface with a shared library using the Gambas Programming
> Interface (https://gambaswiki.org/wiki/dev/api)?
> 

Just getting an application interface with a library would be where I would like to start. I know nothing on the matter, but I am curious.

gbWilly