[SIP-devel] Re: Re: WScilex crashes while Imwrite is in use
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
|
From: Panagiotis C. <p.c...@on...> - 2006-01-21 02:00:24
|
Hello Ricardo,
Thanks for that offer. As i reported Scilab crashed on my platform while
executing imwrite() with the use of ImageMagick 6.2.5-5Q16 (dynamic).
The error message of Windows (except of theWscilex.exe problem) stated
also something about the core_rl_magic.dll file.
I uninstalled the SIP package and installed ImageMagick 6.2.6-0Q16.
After a new installment of the SIP package i got the error message:
addinter(libsip_path+'/lib/libsip.dll','libsip',functions);
link failed for dll
D:\PROGRA~1\SCILAB~1.1\contrib\siptoolbox\/lib/libsip.dll
addinter(libsip_path+'/lib/libsip.dll','libsip',functions);
!--error 236
link: the shared archive was not loaded
at line 49 of exec file called by :
exec("D:\PROGRA~1\SCILAB~1.1\contrib\siptoolbox/loader.sce")
in execstr instruction called by :
execstr(toolboxes(1))
while executing a callback
I uninstalled and reinstalled everything (from scilab 3.1.1 to
imagemagick) and installed then first imagemagick6.2.6-0Q16 and got the
same problem after installing scilab and sip package again.
I guess the problem must result because of something ImageMagick version
specific, what version do you use on your machines ? Unfortunately i
can't find the binary version of 6.2.3 which Zhang refers and i think
you both use. As long as for the imshow() problem i reported it
resolved, and the other bugs are already known.(like display of true
type images).
|