[scilab-Users] Linking Delphi DLL with Scilab

Mathieu Dubois mathieu.dubois at limsi.fr
Tue May 8 12:08:35 CEST 2012


Hello,

Le 06/05/2012 22:14, Thales Jacques a écrit :
> Hi all,
>
> I've been trying without success to link a DLL built in Delphi with Scilab.
> I have followed several posts:
> http://groups.google.com/group/comp.soft-sys.math.scilab/browse_thread/thread/2fdb0083d9b6f8ad
> //http://audition.ens.fr/brette/coursneurones/ScilabMaterial/
> //http://www.snv.jussieu.fr/~wensgen/Doc/scilab-2.6/Intro-html/intro-html006.html
>
> I am trying to use the following command:
>
> link('C:<path>\RkRechDll.dll','getVersion','c');
>
> the output is
>
> link: The file C:<path>\RkRechDll.dll does not exist.
>
> !--error 236
This may seem stupid but I don't think that this is a correct 
instruction... which is why scilab can't find the file.

You're supposed to replace <path> by the real path...

Sorry if my answer is stupid.


> link: The shared archive was not loaded: Unknown Error
>
> I know the DLL exists and the error code does not help...
>
> The DLL call other DLL's located in the same folder and are set to be used
> with "stdcall". The DLL also can be used with a COM Interface (but i
> actually dont want to do that).
>
> Any help with ideas or examples would be appreciated.
>
> Thanks,
>
> T Jacques
>
> --
> View this message in context: http://mailinglists.scilab.org/Linking-Delphi-DLL-with-Scilab-tp3967008.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
>
> --
> To unsubscribe from this mailing-list, please send an empty mail to
> users-unsubscribe at lists.scilab.org
> To check the archives of this mailing list, see
> http://mailinglists.scilab.org/
>



More information about the users mailing list