Re: [Scilab-users] Interfacing to third party DLLs

2017-01-19 Thread James Holland
Thank you. I couldn't find this information anywhere - I think I will create a short tutorial, if only to remind myself how its done. -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Interfacing-to-third-party-DLLs-tp4035330p4035384.html Sent from the Scilab

Re: [Scilab-users] Interfacing to third party DLLs

2017-01-19 Thread antoine . elias
TestDLL1.zip <http://mailinglists.scilab.org/file/n4035379/TestDLL1.zip> TestDLL1.sce <http://mailinglists.scilab.org/file/n4035379/TestDLL1.sce> -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Interfacing-to-third-party-DLLs-tp4035330p4035379.html Sent from

Re: [Scilab-users] Interfacing to third party DLLs

2017-01-18 Thread James Holland
p> TestDLL1.sce <http://mailinglists.scilab.org/file/n4035379/TestDLL1.sce> -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Interfacing-to-third-party-DLLs-tp4035330p4035379.html Sent from the Scilab users - Mailing Lists Archives mai

Re: [Scilab-users] Interfacing to third party DLLs

2017-01-09 Thread James Holland
led by : exec('C:\Users\RhinoPower\Documents\Scilab\FTDI\FTDI_Test_OK.sce', -1)" I would have thought that #8 would be the second "d" but surely its more likely to be complaining about the lack of a pointer. Regards James -- View this message in context: http://mailinglists.sci

Re: [Scilab-users] Interfacing to third party DLLs

2017-01-09 Thread Samuel Gougeon
Le 09/01/2017 09:49, James Holland a écrit : Not an article as such, it was a reply to a post on here: http://mailinglists.scilab.org/Scilab-users-Linking-DLL-from-MS-Visual-C-to-SciLab-td4028800.html As you may see in the "call" help page, it is fortunately possible to call functions returni

Re: [Scilab-users] Interfacing to third party DLLs

2017-01-09 Thread James Holland
Not an article as such, it was a reply to a post on here: http://mailinglists.scilab.org/Scilab-users-Linking-DLL-from-MS-Visual-C-to-SciLab-td4028800.html -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Interfacing-to-third-party-DLLs-tp4035330p4035335.html

Re: [Scilab-users] Interfacing to third party DLLs

2017-01-08 Thread Samuel Gougeon
Hello James, Le 07/01/2017 23:01, James Holland a écrit : I'm new to Scilab but I have some experience with MATLAB. I'm trying to port some code that calls functions in a third party DLL. From what I've read I can't do this if the function returns a value however that article was a couple of

Re: [Scilab-users] Interfacing to third party DLLs

2017-01-08 Thread James Holland
Scilab but I've stumbled at the first hurdle. I'm a hardware designer with experience of software and control engineering rather than being a software or control engineer. -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Interfacing-to-third-party-DLLs-tp

Re: [Scilab-users] Interfacing to third party DLLs

2017-01-07 Thread Tim Wescott
On Sat, 2017-01-07 at 22:01 +, James Holland wrote: > I'm new to Scilab but I have some experience with MATLAB. I'm trying > to port some code that calls functions in a third party DLL. From > what I've read I can't do this if the function returns a value > however that article was a couple of

[Scilab-users] Interfacing to third party DLLs

2017-01-07 Thread James Holland
I'm new to Scilab but I have some experience with MATLAB. I'm trying to port some code that calls functions in a third party DLL. From what I've read I can't do this if the function returns a value however that article was a couple of years old, is there now an equivalent of loadlibrary? I have