[Scilab-Dev] DLL loading not working

Allan CORNET allan.cornet at scilab.org
Wed May 6 08:14:37 CEST 2009


Hi,

 

If the link fails , it is may be because some dependencies on LU.dll are not
resolved.

 

dumpbin /imports lu.dll

 

lu.dll requires cudart.dll and cutil32D.dll.

Where are these files ?

 

If you want that i help you I need to have the full toolbox and not only a
part ;)

It will be easier to debug and build.

 

Allan

 

 

De : Vincent Lejeune [mailto:vincent.lejeune at institutoptique.fr] 
Envoyé : mardi 5 mai 2009 20:05
À : dev at lists.scilab.org
Objet : [Scilab-Dev] DLL loading not working

 

Hi,

 

I have another problem in trying to set up my own toolbox in SciLab...

I use a .dll custom library, with its .lib import module. The compile
process work fine.

 

However, the loader cannot load the dll. It tells me that the .dll file
doesnt exist, but in fact this is not true : if the body of the function in
the .dll is removed, there is no more problem. I have no clue of the source
of the issue, and I don't know how to get a full-details outpot from linking
in SciLab.

 

I've attached the files causing me trouble, it's from the sci_gateway\c
directory of the skeleton toolbox (Scilab 5.1.1). Thx for the help.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20090506/f05ff6d8/attachment.htm>


More information about the dev mailing list