Jump to content

Adham

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Adham

    Python4Delphi performance in a dll

    I am using EUREKALOG in my main application and it was misconfigured. Now I have the same performance in c# application and delphi application.
  2. I developed a dll x64 with Delphi 11.3 and this dll uses python4delphi to connect to python and then load a lengthy script: GetPythonEngine..LoadDll(); GetPythonEngine.ExecStrings(Script); Using this dll from c# application is much faster than loading from a delphi application. Am I missing something? Thank you
×