Jump to content
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×