09-01-2005 10:44 AM
09-01-2005 10:50 AM
Yes, you need the run-time engine in order to run the DLL, just like you need the VB RTE in order to use a VB DLL.
I don't have an example, but basically, you just set the app builder to DLL instead of EXE and put in as many VIs as you like. The inputs and outputs serve as the arguments. The trick is the data type and there is probably some documentation about it, both in the manual and on this site. You can try here and here.
09-01-2005 06:15 PM
I got familiar with some examples of how to make DLLs and call them in LV using Call library function node. When I tried to make a dll that passes arrays, I got some real trouble.
Are there any examples that I can refer? I have two arrays X and Y and a double int as an inputs and an array as an output.
Thanks,
09-02-2005 02:11 AM