ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Access Violation Help

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
maseline_98 Posted - Apr 09 2012 : 12:47:28
I receive an access violation every time I attempt to print a '.tif' file. I'm not sure what is happening. Thanks in advance. I am using the delphi 2006 version.

procedure TScanViewerForm.Print1Click(Sender: TObject);
var
ie: TImageEnView;
begin
ie := TImageEnView.Create(nil);
ie.Assign(ImageEnMView1.GetBitmap(ImageEnMView1.VisibleFrame));
ImageEnMView1.ReleaseBitmap(ImageEnMView1.VisibleFrame);
ie.IO.DialogsMeasureUnit := ieduCm;
ie.DpiX := ImageEnMView1.MIO.Params[ImageEnMView1.VisibleFrame].DpiX;
ie.DpiY := ImageEnMView1.MIO.Params[ImageEnMView1.VisibleFrame].DpiY;
ie.IO.DoPrintPreviewDialog(iedtDialog, 'Print Thumbnail');//ACCESS VIOLATION OCCURS HERE
ie.free;
end;
9   L A T E S T    R E P L I E S    (Newest First)
anna.serg Posted - Oct 17 2012 : 23:46:01
wrong
may be you are compile from source of ImageEn as me. Error in sources. I use ImageEn 3.1.2. It's ok
anna.serg Posted - Oct 04 2012 : 04:35:37
use ie: TImageEn instead TImageEnView
fab Posted - Apr 12 2012 : 12:14:42
Please contact support (sales support) at:

http://www.ImageEn.com/contact/contact.html
maseline_98 Posted - Apr 12 2012 : 11:50:27
I see. I just have been brought on to my current position and I was not even familiar with these component sets. Do you know if there is a cost associated with upgrading to the newest version(or could you point me in the direction where I might find that information). It's highly doubtful that there will be funds approved for upgrade(if any or needed). We are in a small programming group of just 3 coders. I appreciate your help in the matter.
fab Posted - Apr 12 2012 : 10:13:50
ImageEn 2.3.0 is no more supported, maybe this is a bug fixed in the road to current 4.1.0.
maseline_98 Posted - Apr 12 2012 : 09:53:53
It looks the ImageEN v2.3.0
fab Posted - Apr 12 2012 : 09:45:53
Please specify the "ImageEn version".
maseline_98 Posted - Apr 12 2012 : 09:06:56
2006, but it appears to be windows 7 issue because nobody else running the application seems be getting the error...The 'DoPrintPreviewDialog' line is where it seems to be erroring out on.
fab Posted - Apr 10 2012 : 00:47:13
No AV here.
Which ImageEn version are you using?