T O P I C R E V I E W |
JanSteevens |
Posted - Aug 06 2015 : 06:09:41 Hi Nigel,
(Not only because of curiosity): Is there a way (probably not, you would have told the users) to have Delphi run ImageEn routines under Win64 without copying ielib64.dll somewhere to the PC? Is this fundamental to 64 bits Delphi, or?
Regards,
Jan Steevens
|
1 L A T E S T R E P L I E S (Newest First) |
w2m |
Posted - Aug 06 2015 : 07:59:42 If you compile a project as Win64 you must use the ielib64.dll or when you try to open an image there will be an exception. So if the project is Win64 the dll is mandatory.
If you compile a project as Win32 a dll is not mandatory, but if use ielib32.dll, file IO will be about 20-30% faster.
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |
|
|