T O P I C R E V I E W |
Sysiphos |
Posted - Feb 09 2013 : 14:26:29 I am using Delphi XE and have newly installed ImageEn 4.3.0 (after removing the previous version which I had not used very much)
When I try to compile any of the demo projects I always get the following error message:
[DCC Fataler Fehler] iexShellThumbnails.pas(301): F2039 Ausgabedatei 'C:\Program Files (x86)\ImageEn\DelphiXE\iexShellThumbnails.dcu' kann nicht erstellt werden
What can I do? - Thanks |
2 L A T E S T R E P L I E S (Newest First) |
Sysiphos |
Posted - Feb 09 2013 : 14:58:08 Thanks a lot - I installed the package to another drive, and now it works :-)
More questions to come... ;-) |
w2m |
Posted - Feb 09 2013 : 14:38:38 If you are running on Vista, Windows 7 or Windows 8 your projects can not be located in 'C:\Program Files (x86) because of UAC problems.
I generally place all my controls in C:\Controls and place all my projects in C:\Projects.
Try moving your project to C:\Projects\IEXShellThumbnails, open the project from that folder and try to compile. For example, each project should have its own folder with C:\Projects as the parent folder.
If it still does not compile, uninstall ImageEn and reinstall ImageEn at C:\Components\ImageEn for example.
William Miller Email: w2m@frontiernet.net EBook: http://www.imageen.com/ebook/ Apprehend: http://www.frontiernet.net/~w2m/index.html |