| T O P I C R E V I E W |
| TerryK |
Posted - Mar 26 2026 : 11:27:42 We are using Delphi 11 and had version 11.0.1 of ImageEn components before upgrading to version 15 of ImageEn. We are now in a state where we cannot even build our project without fatal errors.
So far here is what has been seen and attempted. The first error came up when loading the project into the IDE which was saying that "PictureThumbView.Style" had an invalid property value. This meant the form could not be created. We chose to Ignore the error from the options given. Since picking that option, this message has not returned. I only bring it up because it involved ImageEn and only appeared since the installation of 15.
We ran the compatibility tool suggested. I only selected to have it check items as of version 11 and not every single checkbox. According to the log, the tool renamed units (for example, iexDefs), and added the Native files for PNG, JPEG and J2K in the units Uses clauses.
Whenever we rebuild the project now, we get the following error.. dcc64 Fatal Error (unit name): F2084 Internal Error: URW8036
Looking up this error online, i see it is not a syntax error, but more of a compiler error. We tried a variety of suggestions from different people such as deleting all DCU files and rebuiding, adjusting some of the project compiler settings, but nothing has worked.
We are dead in the water until this can be fixed! Please help with any information or suggestions that we have not tried. Thank you. |
| 2 L A T E S T R E P L I E S (Newest First) |
| TerryK |
Posted - Mar 30 2026 : 10:48:06 Thank you for the suggestions. We were always doing full compiles, so that was not the issue. After some work, we were able to obtain the update to go from Delphi 11.1 to 11.3. Afterwards, we reinstalled ImageEn 15 and the fatal error disappeared. It looks like we are in the clear for now, but if anything else pops up in this transition, i'll continue asking for help here in this forum topic. |
| xequte |
Posted - Mar 26 2026 : 23:58:02 Hi
Firstly there was an issue in one of the Delphi 11 release, so please check you are using the latest update:
https://www.imageen.com/ieforum/topic.asp?TOPIC_ID=5680
Have you done a full compile of the project (Shift + F9)?
Nigel Xequte Software www.imageen.com
PS The PictureThumbView.Style error will be because you were using the deprecated ACD style. Ignoring it and resaving the form will resolve that issue |
|
|