Why no one is developing QT bindings for Delphi.
In the past, we had QT 2.x integrated as CLX in Delphi.
I really hate CLX wrappers as they were rude and difficult to expand.
But why no one makes a list of external DLL calls for the API (just like the JCL wraps the Windows API).
Is it really so hard to code such a mapping of API functions? Or maybe QT classes cannot be exposed to calls other than C?
Any hints in this direction are welcome.
source
share