[Scilab-Dev] Problem loading a toolbox

ycollet at freesurf.fr ycollet at freesurf.fr
Wed Mar 25 11:52:06 CET 2009


Hello,

Indeed, the file mysql_c.lib is in the current directory. And yes, this
.lib files contains only entry points for the dll. I have edited the
associated .def files to verify.
I will fill a bug report with my toolbox attached (this one is small).

YC

On Wed, 25 Mar 2009 10:50:32 +0100, Michaël Baudin
<michael.baudin at scilab.org> wrote:
> Hi Yann,
> 
> Allan would be of great help here, but is on vacation this
> whole week.
> I already had these kind of issues, where the message does
> not help much. I guess that you try to load the
> toolbox gateway (the "_c" in the name).
> Does the mysql_c.lib file is in the current directory ?
> If I understand it correctly, this .lib is containing
> entry points for the dll and is used when "link"
> Scilab's command is loading the dll.
> 
> Regards,
> 
> Michaël
> 
> ycollet at freesurf.fr a écrit :
>> Hello,
>>
>> I have a toolbox which compiles fine under scilab-5.1.
>> The problem arise when I try to load the toolbox.
>>
>> -->link('./mysql_c.dll')
>>              !--error 236
>> link: La biblioth?¿que partag?®e n'a pas ?®t?® charg?®e: Le module 
>> spÚcifiÚ est
>> introuvable.
>>
>> I have the same error when I use exec loader.sce;
>> I am not able to when any informations related to this problem.
>> MySQL is installed correctly, I have started the mysql server (I don't 
>> think the problem is related to the start of the mysql server).
>>
>> YC
>>
> 



More information about the dev mailing list