This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]