Dynamic Loading of classes in C++ without knowing their interface

Tim Jansen ml@tjansen.de
Wed May 7 18:07:00 GMT 2003


On Wednesday 07 May 2003 05:11, Gianni Mariani wrote:
> Doesn't SWIG make it possible to create a binary that allows an
> application (perl/python) to call a C++ API without the app knowing how
> to use it at it's compile-time ?

SWIG requires a interface description file, it does not allow you to access 
C++ APIs without writing (and maintaining) one. 

bye...



More information about the Gcc mailing list