T O P I C R E V I E W |
MFaust_2000 |
Posted - Nov 11 2011 : 07:41:06 I'm using Borland Builder6 and Imageen6 and am receiving the error Scan line index out of range when the application is run on a Windows 7 64 bit box but don't receive the error when the same application is run on Windows XP SP3. Any suggestions? |
9 L A T E S T R E P L I E S (Newest First) |
MFaust_2000 |
Posted - Nov 17 2011 : 15:23:37 It worked!!!! Thanks for your help! |
xequte |
Posted - Nov 17 2011 : 11:57:11 Hi
I'm afraid C++Builder 5 and 6 packages are not included in the main installation. I have emailed you the necessary files.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
MFaust_2000 |
Posted - Nov 17 2011 : 09:35:09 I agree with you but the program automatically added the .h files to the units .h.
#include "iemio.h" #include "iemview.h" #include "ieview.h" #include "imageenio.h" #include "imageenview.h" |
MFaust_2000 |
Posted - Nov 16 2011 : 14:31:58 I removed 4.0.2 and re-installed for just Delphi6. During the compile, i received the following errors: Unable to open include file ieview.h, imageenio.h, imageenview.h, iemio.h, iemview.h, imageenproc.h. |
MFaust_2000 |
Posted - Nov 16 2011 : 11:47:47 Nigel - I removed the older versions manually. I installed 4.0.2 for Delphi6 (C++ Builder 6 was not an option) and Delphi2010, copied the necessary files to c:\windows\system32 and added the packages. The include path points to c:\program files\imageen\delphi2010, the Library path points to c:\program files\imageen\delphi2010 & c:\program files\imageen\source.
When I compile, I get the following prompt: Module c:\program files\imageen\delphi2010\hyiedefs.hpp's time/date changed, reload? If I click Yes or No, the program says, "One or more lines were too long and have been truncated" and the compile stops on the namespace Hyiedefs typedef StaticArray<Types::TPoint, 134217728> TPointArray;. |
xequte |
Posted - Nov 12 2011 : 02:50:45 Hi
V4.0.2 supports C++Builder 6. You can extend your ImageEn Registration at:
http://www.imageen.com/order/#Extensions
I can't reproduce this problem with v4.0.2 on a 64bit box. Can you give me the specific steps you are taking.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
MFaust_2000 |
Posted - Nov 11 2011 : 14:04:37 And just 1 more question to add to the mix. What is the most current version for Builder 6? I have a CImageEn directory with files dated 10/25/2003 and I have a CImageEn6 directory with files dated 10/12/2009. I'd like to clean this up and have 1 directory with the most current version compatible with Builder 6. Hoping this will resolve the issue and clean my environment up. |
MFaust_2000 |
Posted - Nov 11 2011 : 13:52:34 It's 3.0.5. And this happens when printing the images. |
xequte |
Posted - Nov 11 2011 : 11:28:00 Sorry, can you please confirm your ImageEn version number. It is available in the Object Inspector as the "ImageEnVersion" when you click an ImageEnView, for example.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|