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
 application not finds "ievision.dll".

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
Renato Posted - Oct 21 2013 : 10:23:04
Guys, I have a problem. I have the license IEVision, but when I try to run an application (Delphi 2007) she not finds "ievision.dll".
9   L A T E S T    R E P L I E S    (Newest First)
Renato Posted - Oct 24 2013 : 10:02:17
I solved the problem. My Delphi was seeking component in a folder from the previous version ImageEn. Thank you.
w2m Posted - Oct 24 2013 : 05:55:19
When you compile and run the demos that shipped with IEVision is the dll loaded? If so, then there is something wrong with your app.

William Miller
Renato Posted - Oct 24 2013 : 03:20:01
The program compiled normally. I have an exe that came with the program and it is working.
w2m Posted - Oct 23 2013 : 11:19:25
You did not answer my question. Do the demo programs work?

William Miller
Renato Posted - Oct 23 2013 : 10:34:15
I'm using Delphi 2007
Renato Posted - Oct 23 2013 : 10:29:26
I'm doing exactly that, but the message "This application requires the ievision.dll plugin" is displayed.
w2m Posted - Oct 23 2013 : 10:08:19
In order to use IEVision you have to copy the ievision.dll library to the same folder as your executable or in any location in the system path.

You can check if ievision.dll is accessible by ImageEn calling IEVisionAvailable function. For example:

if not IEVisionAvailable() then
begin
  ShowMessage('This application requires the ievision.dll plugin');
  Application.Terminate;
  exit;
end;

Do your demo programs work?

William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
Renato Posted - Oct 23 2013 : 09:59:47
I've put the DLL in the exe folder, but it did not work.
w2m Posted - Oct 21 2013 : 18:44:33
Try putting the dll in the exe folder.

William Miller