Embarcadero / DelphiFMX4Python

Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development.
Other
298 stars 55 forks source link

source code of DelphiFMX.pyd #44

Closed hanlaohan closed 1 year ago

hanlaohan commented 1 year ago

Delphi has always been released with source code, which is great. Once my project has problems, I can check the source code to determine how to solve them. However, I haven't found the source code of DelphiFMX.pyd, so any small problems in it will stop my project. Can release the source code of DelphiFMX.pyd?

Priyatham10 commented 1 year ago

DelphiFMX4Python is powered by Python4Delphi(P4D). DelphiFMX.pyd is a binary extension module created using P4D. The project file (DelphiFMX.dproj) used to create the DelphiFMX.pyd is found at: https://github.com/Embarcadero/python4delphi/tree/master/Modules/DelphiFMX

And it's source code to create the module is present at: https://github.com/Embarcadero/python4delphi/tree/master/Source

hanlaohan commented 1 year ago

Thank you very much. In this way, my project may continue

lmbelo commented 1 year ago

Share your new features, by creating pull requests, whenever you think it fits these projects :D