Is it possible to provide C API?
-
I know that Qt is entirely written in C++ and it doesn't provide any C interfaces now. This makes other people writing language bindings much difficult. Visit Stack Overflow for more info.
Pure C API & ABI are simple and stable. They are well suited for writing bindings for other programming languages. Is it possible to provide C functions officially?
-
I know that Qt is entirely written in C++ and it doesn't provide any C interfaces now. This makes other people writing language bindings much difficult. Visit Stack Overflow for more info.
Pure C API & ABI are simple and stable. They are well suited for writing bindings for other programming languages. Is it possible to provide C functions officially?
-