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
 application not finds "ievision.dll".
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Renato

Brazil
6 Posts

Posted - Oct 21 2013 :  10:23:04  Show Profile  Reply
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".

w2m

USA
1990 Posts

Posted - Oct 21 2013 :  18:44:33  Show Profile  Reply
Try putting the dll in the exe folder.

William Miller
Go to Top of Page

Renato

Brazil
6 Posts

Posted - Oct 23 2013 :  09:59:47  Show Profile  Reply
I've put the DLL in the exe folder, but it did not work.
Go to Top of Page

w2m

USA
1990 Posts

Posted - Oct 23 2013 :  10:08:19  Show Profile  Reply
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
Go to Top of Page

Renato

Brazil
6 Posts

Posted - Oct 23 2013 :  10:29:26  Show Profile  Reply
I'm doing exactly that, but the message "This application requires the ievision.dll plugin" is displayed.
Go to Top of Page

Renato

Brazil
6 Posts

Posted - Oct 23 2013 :  10:34:15  Show Profile  Reply
I'm using Delphi 2007
Go to Top of Page

w2m

USA
1990 Posts

Posted - Oct 23 2013 :  11:19:25  Show Profile  Reply
You did not answer my question. Do the demo programs work?

William Miller
Go to Top of Page

Renato

Brazil
6 Posts

Posted - Oct 24 2013 :  03:20:01  Show Profile  Reply
The program compiled normally. I have an exe that came with the program and it is working.
Go to Top of Page

w2m

USA
1990 Posts

Posted - Oct 24 2013 :  05:55:19  Show Profile  Reply
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
Go to Top of Page

Renato

Brazil
6 Posts

Posted - Oct 24 2013 :  10:02:17  Show Profile  Reply
I solved the problem. My Delphi was seeking component in a folder from the previous version ImageEn. Thank you.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: