QT binding for Delphi 2010

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.

+3
source share
4 answers

, , -, - Delphi XE2 (, ) QT, CLX, .

0

qtintf.dll API-, , Qt.pas .

+1

VCL +, Qt, Delphi.

, Qt ++. , Qt " API" . , EMB VCL +, Qt Delphi.

( Mac O $), http://www.twinforms.com/products/wxformsdelphi Qt. DLL, /.

+1

qt4.pas http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html.

Lazarus, Delphi.

  • PUInt = ^ ; PTRUINT = PUInt; PtrInt = ^ ; PPtrInt = ^ PtrInt;

  • "qword", Delphi .

  • comment out "{$ mode objfpc} {$ H +}", Lazarus
  • "cdecl; external" "cdecl; overload; external"

Delphi.

+1

Source: https://habr.com/ru/post/1772747/


All Articles