Hi Mark,
I tried SWIG, and It definitely can't be used for C. This is the interface
file I tested it with:
_________________________
%module test
class Test {
public:
Test();
Test(int);
~Test();
};
_________________________
Every language I tried generating from that file using SWIG was between 300
and 3000 lines long. I think it's great for the languages it's made for,
but it can't generate C wrappers that are actually made to be used in C.
Thanks for suggesting it though.
_______________________________________________
Development mailing list
[email protected]
https://lists.qt-project.org/listinfo/development