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?
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?