Adham 0 Posted July 4, 2023 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 Share this post Link to post
David Heffernan 2345 Posted July 4, 2023 2 hours ago, Adham said: Am I missing something? All the details we'd need to say anything about your program. Share this post Link to post
Adham 0 Posted July 5, 2023 I am using EUREKALOG in my main application and it was misconfigured. Now I have the same performance in c# application and delphi application. Share this post Link to post