loading libsivp.dll
Status: Beta
Brought to you by:
yushiqi
Hi, when i try to load SIVP, i got this error:
link: El archivo C:\bin\SCILAB~1.2\contrib\SIVP-0.5.0\lib\libsivp.dll no existe.
link: El archivo C:\bin\SCILAB~1.2\contrib\SIVP-0.5.0\lib\libsivp.dll no existe.
addinter(SIVP_PATH+'lib\libsivp.dll','libsivp',functions);
!--error 236
addinter: El archivo compartido no fue cargado: Unknown Error
at line 77 of exec file called by :
exec("C:\bin\SCILAB~1.2\contrib\SIVP-0.5.0\loader.sce");
in execstr instruction called by :
) then %oldgcbo = gcbo; end;gcbo = getcallbackobject(5);execstr(toolboxes(1));if exists("%oldgcbo") then gcbo = %oldgcbo; else clear gcbo; end
while executing a callback
thanks for help
It's me again, i have msvc compiler installed.
Thanks
Please use ATOMS version of SIVP
atomsInstall('sivp') with scilab 5.3.3 or more
Thanks