T O P I C R E V I E W |
nachbar |
Posted - Jun 01 2018 : 01:57:01 I have a C++ Builder application I have been using for several years with ImageEn. For some reason, recently it has been taking a long time (e.g. 50 seconds) for TImageEnMView or TImageEnProc to be created the first time in a program run. TImageEnVect does not exhibit the same behavior.
I am using C++ Builder 10.2 Berlin Update 2. The components are in the dpkiectrl24.bpl
Unfortunately, it is a complex app with many different libraries being used, and I don't see that behavior when I just drop a component into a new project. So I certainly have not isolated the problem.
Have you seen this? Any idea what could be causing it?
Thanks!
James Nachbar |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jun 07 2018 : 06:43:55 Hi James
If I recall you need to recompile the packages with Debug DCUs (ensuring that Dynamic RTL and Runtime Packages are disabled).
Nigel Xequte Software www.imageen.com
|
nachbar |
Posted - Jun 06 2018 : 23:46:21 It looks like this is version 3.0.7.0, and it looks like there have been some significant releases since then. I have submitted a request for the most current version, and will try installing that.
But can you tell me how I would add ImageEn to my source path in C++ Builder so I could step through the code, in case using a current version doesn't resolve it?
James Nachbar |
xequte |
Posted - Jun 01 2018 : 03:27:46 Hi James
What version number is this?
You would be best to add ImageEn to your source path and step through the code to see where it is slow.
Nigel Xequte Software www.imageen.com
|