T O P I C R E V I E W |
Patrick Quinn |
Posted - Nov 19 2016 : 17:07:29 I would like to use the crop tool as shown in http://www.imageen.com/screenshots/croptool.jpg but when I try and run the 'Rotate and Crop' demo I get [dcc32 Fatal Error] tiflzw.pas(789): F2039 Could not create output file 'C:\ProgramData\ImageEn\Delphi10.1Berlin\tiflzw.dcu'
and get these errors in tiflzw.pas Cannot resolve unit name 'hyieutils' at line 27 Undeclared inentifier 'ReverseBitsB' at line 88 Undeclared inentifier 'ReverseBitsB' at line 89 Undeclared inentifier 'ReverseBitsB' at line 90 Undeclared inentifier 'ReverseBitsB' at line 91
hyieutils.dcu and hyieutils.hpp are both present in my C:\ProgramData\ImageEn\Delphi10.1Berlin_64 folder.
Does anyone know how to fix this or what I've done wrong?
(Looking at the code I don't think the croptool demo uses the new CropToolInteraction method anyway(?) But I'm worried by these hyieutils errors)
(ImageEn 6.3.2, Delphi 10.1 Berlin, Windows 10 64)
Thanks
Patrick |
7 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Dec 08 2016 : 14:26:39 Hmmm, looks like we will need to change the default installation folder...
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
Chris W |
Posted - Dec 08 2016 : 11:42:38 Hi Nigel,
I've just installed Delphi Berlin and ImageEn on my desktop, under Windows 10 and the demos won't compile. I uninstalled ImageEn, then reinstalled it in the folder C:\ImageEn. The demos will now compile, and all is good.
Cheers Chris W
Chris |
Patrick Quinn |
Posted - Nov 20 2016 : 14:25:48 Hi Nigel
I've just installed Delphi and ImageEn on my laptop, which is also running Windows 10 Anniversary upgrade, and this has the same problem - the demo won't compile because the Program Data/ImageEn folder is read only and Windows won't let you change permissions. Still, I know the work around now.
regards
Patrick |
Patrick Quinn |
Posted - Nov 20 2016 : 08:13:15 Yes, you are correct, Nigel. Everything in the Program Data/ImageEn folder was read only. However if I try to change permissions to Read/Write the changes do not get applied, or if they are they revert back immediately.
This seems to a Windows 10 issue caused by the 'Anniversary' update. There are many complaints in various Windows forums about this but no real cure or any help from Microsoft.
I have got round the problem by moving the ImageEn folder to a different drive, changing permissions to read/write and changing the ImageEn library path and browsing path. It now all works correctly. |
xequte |
Posted - Nov 20 2016 : 04:02:59 Hi Patrick
Are you sure that Delphi has write permissions to the folder:
C:\ProgramData\ImageEn\Delphi10.1Berlin
It looks like a write issue.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
Patrick Quinn |
Posted - Nov 19 2016 : 17:14:22 Thanks Bill
The library path just has one ImageEn reference: C:\ProgramData\ImageEn\Delphi10.1Berlin_64
The browsing path only has one as well: C:\ProgramData\ImageEn\Source\
ImageEn 6.3.2 is a new install, and I uninstalled the old one first and deleted the ProgramData\ImageEn\ folder.
Anything else I can try?
regards
Patrick |
w2m |
Posted - Nov 19 2016 : 17:10:47 Check your path to hyieutils.pas in the IDE and make sure there is only one copy of hyieutils.pas in the IDE's paths.
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |