I have Scilab 5.2.2
I have ImageMagick 6.6.1
I open the scilab console and try to load the siptoolbox. Most of the shared archive was loaded except for the one below:
link: The file C:\PROGRA~2\SCILAB~1.2\contrib\siptoolbox\lib\CORE_RL_magick_.dll does not exist.
link(ImageMagickPath + 'CORE_RL_magick_.dll');
!--error 236
link: The shared archive was not loaded: Unknown Error
at line 21 of exec file called by :
exec("C:\PROGRA~2\SCILAB~1.2\contrib\siptoolbox\loader.sce");
in execstr instruction called by :
cbo; end;gcbo = getcallbackobject(5);execstr(toolboxes(1));if exists("%oldgcbo") then gcbo = %oldgcbo; else clear gcb
while executing a callback
How do i correct this?