T O P I C R E V I E W |
sirodcar |
Posted - Jul 08 2014 : 06:53:57 we are migration our application from 32 bit to 64 bit.
when I compile using 64 bit I get following error .pas(612): E2003 Undeclared identifier: 'TImageEnDBView'
Can you please help us.
|
4 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Aug 25 2014 : 16:35:24 Hi
This is something that is under investigation.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
eramirezgz |
Posted - Aug 25 2014 : 13:04:25 When do you think you will have this component available for 64 bit?
Thanks. |
xequte |
Posted - Jul 08 2014 : 19:54:11 Hi
Also, please note that our 64bit version does not support TImageEnDBView at this time. Please use a TImageEnView and load from a blob using LoadFromStream (via a TBlobStream).
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
w2m |
Posted - Jul 08 2014 : 07:02:33 I suspect you do not have the path to the imageen folder defined in the IDE for 64-bit platform.
Select Tools - > Options - > Delphi Options - > Library - > Then change the Directories Selected Platform from 32-bit Windows to 64-bit Windows.
Then select the Library path button ... and add the path to the imageen source folder.
When compiling for 64-bit, the 64-bit paths must be present or Delphi can not find the pas files.
The IELIB64.dll must also be added to the application folder or you will get exceptions when you try to open a file with ImageEn.
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |