Scilab5.0をインストールし,SIP toolboxをインストール.
SIPのバージョンはsip-0.4.0-bin-win32-sci4.0-beta.exe

    • >link(ImageMagickPath + 'CORE_RL_magick_.dll');

link failed for dll C:\PROGRA~1\SCILAB~1.2\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:\PROGRA~1\SCILAB~1.2\contrib\siptoolbox/loader.sce")
in execstr instruction called by :
execstr(toolboxes(1))
while executing a callback

上記のようなエラーが出る.
scilab-4.1.2.exeに下げてもダメ.

こちらを参照しhttp://www.eml.ele.cst.nihon-u.ac.jp/~momma/wiki/wiki.cgi/Scilab/SIP.html
loader.secの中身を


//link(ImageMagickPath + 'CORE_RL_magick_.dll');
chdir(ImageMagickPath);
link('CORE_RL_magick_.dll');
とするとこのエラーはでなくなるが,今度は

link: The file C:\PROGRA~1\SCILAB~1.3\contrib\siptoolbox\lib\libsip.dll does not exist.
link: The file C:\PROGRA~1\SCILAB~1.3\contrib\siptoolbox\lib\libsip.dll does not exist.
ll','libsip',functions)
!--error 236
addinter: The shared archive was not loaded: この操作を正しく終了しました。
のところでエラーがでる.

が,今日もう一度Scilab4で書き直してみたら出なくなった.原因不明だがとりあえず解決?
Scilab5でもう一度やると,やはりダメ.
Scilab4を使うことにする.