[Gambas-user] Does Gambas has a swig interface??

Benoit Minisini gambas at ...1...
Tue Aug 14 13:41:04 CEST 2007


On dimanche 05 août 2007, a hafeel wrote:
> Hi I would like to expose a gsoap c++ client to Gambas using swig. Has
> anyone tried this before? I dont think swig has a basic language interface.
>
> Is there an alternative?
>
> BTW I'm new to Gambas?
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

Gambas has no swig "interface" (i.e. swig does not generate interfaces for 
Gambas), but it can call any function inside a shared library. When the 
shared library is written in C++, it is a bit more complex, as C++ function 
names are mangled. But if you know what you are doing, everything is 
possible.

If your gsoap C++ clinet is a well-known library, why not making a Gambas 
component from it?

-- 
Benoit Minisini




More information about the User mailing list