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
 IELIB Error loading photos [SOLVED]

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
wesleybobato Posted - Mar 29 2013 : 16:14:46
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?

20   L A T E S T    R E P L I E S    (Newest First)
wesleybobato Posted - Apr 08 2013 : 13:03:32
Nigel Thanks for your attention
xequte Posted - Apr 08 2013 : 12:13:58
Yes, we will do this for a coming update.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
wesleybobato Posted - Apr 06 2013 : 11:45:09
Hello Fabrizio is Possible to Add Support in Other Languages
iexActions?
if you want I do the translation to Brazilian Portuguese.

Thank you.
wesleybobato Posted - Apr 06 2013 : 11:18:07
Hello Fabrizio is Possible when using the method TImageEnMView.MIO.LoadFromFile();
Fill Property TImageEnMView.ImageFilename[];
Automatically?
wesleybobato Posted - Apr 06 2013 : 10:28:13
Fabrizio you could put this item on your list of future upgrades??

Create Transparent property to TImageEnVect and TImageEnMView, Background Style = Transparent.

Will facilitate the painting of Motor Third Party Skins.
Thank you.
fab Posted - Apr 06 2013 : 03:52:01
Thank you for the tests!
wesleybobato Posted - Apr 02 2013 : 12:47:59
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.
wesleybobato Posted - Apr 02 2013 : 08:17:27
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.
fab Posted - Apr 02 2013 : 01:23:59
You should have already received an updated ievision.dll.
wesleybobato Posted - Apr 01 2013 : 07:57:56
Congratulations Fabrizio Error Has No More, Thanks.
Also IEVISION.DLL is Possible Update?

you are the best!
wesleybobato Posted - Apr 01 2013 : 05:12:42
Hello Fabrizio Thank me I just your Private Message Reply I'm Waiting for Test, a Big Hug, Good Work.
fab Posted - Apr 01 2013 : 00:14:07
I just sent you a private message in order to try a test version.
wesleybobato Posted - Mar 30 2013 : 11:03:31
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;
wesleybobato Posted - Mar 30 2013 : 10:28:26
Hello Fabricio got with EurekaLog Capture Error Occurs Where in this DLL Drop in on a TXT to Identify it.

Thank you

https://www.dropbox.com/s/xtko9jv3y89k90n/Print%20-%20EurekaLog.PNG
https://www.dropbox.com/s/qx1jas05jds67bs/Log%20IELIB%20-%20EurekaLog.txt
wesleybobato Posted - Mar 30 2013 : 10:10:11
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.
wesleybobato Posted - Mar 30 2013 : 05:48:41
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.

https://www.dropbox.com/s/0274zvvgoljqfu4/IELIB.zip
wesleybobato Posted - Mar 29 2013 : 16:43:41
Tomorrow I Him because Mando Although I have to go now.
Since I'm at work yesterday .. I want to get some sleep :)
Thank you.
wesleybobato Posted - Mar 29 2013 : 16:39:47
Yes I use that thread Several They share the resource.
I Do So ...

private
sThumbs: TImageEnMView;

constructor Create (fthumbs: TImageEnMView);
  begin
.........
sThumbs: = fThumbs;
......
end;
wesleybobato Posted - Mar 29 2013 : 16:35:42
When I compile in Debug Mode It Also Slower but no error occurs with IELIB.
fab Posted - Mar 29 2013 : 16:35:32
I'm sorry, this is not very helpful (an exe is not even helpful).
Could you send a simple, compilable, project?

It seems you are using multiple threads: are your calls to TImageEnMVIew synchronized?