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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TImageEnView.Proc.RemoveNoise() causes AV 64bit
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

suriyont

USA
18 Posts

Posted - Mar 04 2015 :  16:09:15  Show Profile  Reply
ImageEn V5.2.0.44190

I have an app. that uses RemoveNoise() function. When compiled as 32bit, it works fine. However, 64bit compile will cause AV. It seems to happen from within kf_fill() function.

Here is the simple test codes I use to produce the error (I've attached the sample .tif as well):

procedure TformMain.butnRemoveNoiseClick(Sender: TObject);
begin
imagMaster.IO.LoadFromFile('c:\temp\TestNoiseRemoval.tif');

if imagMaster.IEBitmap.PixelFormat = ie1g then begin
imagMaster.Proc.RemoveNoise(2);
end
else begin
ShowMessage('Not B/W');
end;
end;

Any idea?

Thanks,

attach/suriyont/20153416547_TestNoiseRemoval.zip
38.76 KB

Suri M.

w2m

USA
1990 Posts

Posted - Mar 04 2015 :  18:13:53  Show Profile  Reply
Do you have the IE Dll in the exe folder?

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
Go to Top of Page

suriyont

USA
18 Posts

Posted - Mar 05 2015 :  09:17:59  Show Profile  Reply
ielib64.dll? Yes, I do.

Suri M.
Go to Top of Page

xequte

38499 Posts

Posted - Mar 10 2015 :  21:16:04  Show Profile  Reply
Hi Suri

Are you still seeing this with v6.0.0?

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

suriyont

USA
18 Posts

Posted - Mar 11 2015 :  09:20:26  Show Profile  Reply
Nigel,

I just requested the download for 6.0. Once I get it, I will let you know.

Thanks

Suri M.
Go to Top of Page

suriyont

USA
18 Posts

Posted - Mar 11 2015 :  14:53:12  Show Profile  Reply
Nigel,

Just updated 6.0 still have the same problem: crashing on _kf_kfill() function at the memory freemem loop (imageenproc.pas - line 20990).


Suri M.
Go to Top of Page

xequte

38499 Posts

Posted - Mar 11 2015 :  18:36:39  Show Profile  Reply
OK, we will investigate further.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

xequte

38499 Posts

Posted - Mar 18 2015 :  17:53:41  Show Profile  Reply
Hi

We have fixed this for v6.0.1. Email us if you require an early fix.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: