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
 Can not registerPlugin ImageMagick on debug mode
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

babursaylan

Turkey
15 Posts

Posted - Aug 17 2021 :  11:28:50  Show Profile  Reply
Hello, i just copied all dll files in the exe directory, and when i run the demo ImageMagick.exe, i see "32bit Plug-In registered". Its working fine.

But when i run the same program from Delphi, with f9 (debug mode), it says;

32bit Plug-In NOT FOUND

Im %100 sure that the compiled program is at the same directory.

What am i doing wrong?

Im using EmbarcaderoŽ Delphi 10.3 Version 26.0.33219.4899

rgds.

xequte

38196 Posts

Posted - Aug 18 2021 :  05:54:50  Show Profile  Reply
Hi

Which ImageMagick plug-in are you using (there are 3)?

As a sanity check, output the application folder from the demo: ShowMessage( ExtractFilePath( Application.ExeName ));


Nigel
Xequte Software
www.imageen.com
Go to Top of Page

babursaylan

Turkey
15 Posts

Posted - Aug 18 2021 :  07:34:47  Show Profile  Reply
txs for answer,

i didnt installed a plugin, i just downloaded all dll files from website; https://www.imageen.com/files/plugins/ImageMagickPlugIn910.zip

and copied them to the demo exe's directory. I repeat that the exe is working without problem.

I added exepath; 'C:\ProgramData\ImageEn_10.0.1\Demos\InputOutput\ImageMagick\'
and checked again that all dll files are really in this directory.

Im just trying to run the demo file, i didnt changed anything on it.

Still not working
Go to Top of Page

xequte

38196 Posts

Posted - Aug 18 2021 :  19:32:55  Show Profile  Reply
Sorry, can you please also post your DLL log content:

https://www.imageen.com/help/TIEImageEnGlobalSettings.DLLLoadingLog.html

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

babursaylan

Turkey
15 Posts

Posted - Aug 19 2021 :  04:24:47  Show Profile  Reply
var str : string := ExtractFilePath( Application.ExeName );
str := IEGlobalSettings().DLLLoadingLog;

result is =
'IMAGEMAGICK INITIALIZATION...'#$D#$A'Not found: C:\ProgramData\ImageEn_10.0.1\Demos\InputOutput\ImageMagick\CORE_RL_wand_.dll'#$D#$A'CORE_RL_MagickWand_.dll: FAILED'#$D#$A

I need to repeat that the exe is working, my problem is while running the program from Delphi.

A part of directory screenshot is in attach too...

Go to Top of Page

babursaylan

Turkey
15 Posts

Posted - Aug 19 2021 :  04:35:28  Show Profile  Reply
CORE_RL_wand_.dll doesnt exists
CORE_RL_MagickWand_.dll is existing;

Go to Top of Page

babursaylan

Turkey
15 Posts

Posted - Aug 19 2021 :  09:30:07  Show Profile  Reply
ImageMagick-7.0.11-9-Q16-x86-dll.exe is installed on my computer (i really dont remember why i installed it :)...) Can it be related with it?

I really dont understand how the exe is working and delphi debug mod is not...

txs.
Go to Top of Page

babursaylan

Turkey
15 Posts

Posted - Aug 19 2021 :  09:34:25  Show Profile  Reply
oh! i uninstalled ImageMagick, now the exe also is not working:) At least this is a stable state now:)))
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: