Fabricio Hello I Have Noticed several errors with IELIB leaving Images in TImageEnMView all grainy it is possible to fix this in the next version of the DLL?
Hello Fabricio yes Just You give a Very Big Load Loading for Example 300 Images at the Same Time
Loads Several Times 300 JPEG images that this error happens. Look at the code below I use the My Software.
sCds.First; for I := 0 to sCds.RecordCount - 1 do begin if fAbort then begin Break; Suspended := True; Terminate; end; Application.ProcessMessages; case DetecteFile(sCds.Fields[5].AsString) of 0: begin sThumbs.DeSelect; sThumbs.ImageFileName[sThumbs.AppendImage()] := sPicture; sCds.Next; end;
Hello fabricio follow the example Below you simply click the button several times to load the error will occur you need to copy the folder to load IEVISION.DLL I added some screenshots for better understanding.
Note I use windows XP + Delphi XE update 1
in this example the error occurred in Debug and Release mode. Thanks For A Great Help Fabricio Hug.
Fabricio this update is very important because here in the company when this error happens and we are serving customers have to start all over again upload the photos after restarting the program.
Thanks so much if you can identify this failure, many thanks and good job.
This error occurs in the Delphi DLL Errors not capture the DLL so I can not locate.
Fabricio Error Occurs In this unit jpegfilt in the code below ....
function IEJPEG_Decomp_AllocDecompStruct():IEJPEG_Decomp_Struct; begin if IELibAvailable() then result := IELib.createJPEGDecompressor() else raise EIEJpegException.Create(IERS_IEVISIONNOTFOUND); end;
Hello Fabrizio excuse the delay in responding I got tested and worked perfectly thank you once more for your attention, a big hug and fabrizio good job.
Fabrizio I went this afternoon to update our software at Iguazu Falls and upgraded all computers no longer had the error I got 4 hours monitoring. both IELIB.DLL or IEVISION.DLL not present error. Thanks for Everything.