Jump to content
Registration disabled at the moment Read more... ×
Sign in to follow this  
Adham

Python4Delphi performance in a dll

Recommended Posts

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

 

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×