[Development] [EXTERNAL EMAIL] Could support for C be added to Qt?

samuel ammonius sfammonius at gmail.com
Wed Sep 14 21:37:09 CEST 2022


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20220914/51a0c4b4/attachment.htm>


More information about the Development mailing list