[SIP-devel] Siptoolbox
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
|
From: Carlos A. da S. <ca...@in...> - 2006-07-13 13:10:41
|
Directa Automa=E7=E3o LtdaHi,
I am using SIPToolBox with Scilab-4.0.
However I do not obtain sucess in load of SIP, sees the errors:
Startup execution:
loading initial environment
-->
-->// generated by builder.sce: Please do not edit this file
-->// ------------------------------------------------------
-->libsip_path=3Dget_file_path('loader.sce');
-->// load the run-time dlls of ImageMagick
-->ImageMagickPath=3Dlibsip_path+'lib\';
-->link(ImageMagickPath + 'CORE_RL_bzlib_.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'CORE_RL_jbig_.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'CORE_RL_jpeg_.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'CORE_RL_lcms_.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'CORE_RL_libxml_.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'CORE_RL_xlib_.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'CORE_RL_zlib_.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'CORE_RL_png_.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'CORE_RL_tiff_.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'CORE_RL_ttf_.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'mfc71.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'msvcp71.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'msvcr71.dll');
shared archive loaded
Link done
-->link(ImageMagickPath + 'CORE_RL_magick_.dll');
link failed for dll =
C:\ARQUIV~1\scilab-4.0\contrib\siptoolbox\lib\CORE_RL_magick_.dll
link(ImageMagickPath + 'CORE_RL_magick_.dll');
!--error 236
link: the shared archive was not loaded
at line 21 of exec file called by :
exec("C:\ARQUIV~1\scilab-4.0\contrib\siptoolbox/loader.sce")
in execstr instruction called by :
execstr(toolboxes(1))
while executing a callback
I am read in install.txt that it is necessary to install =
ImageMagick-6.2.5-Q16-windows-DLL before. However I only found version =
6.2.8 to download. I install this version and do not work.
Can you help me?
Regards,
Carlos.
=20
=20
|