I want to create a DLL with the attached VI. I did the same steps like in the explanations on your site (creating a DLL with LabView). The fact is I don´t know which parameters I have to enter (handle, pointers, values and so on...) so I let the default settings. The I/O of the DLL appear each time I press the + button: N, Record Length ,... and len,len2,len3 -> that do not appear in the diagram !!! What do they correspond to and how to configure them ?
Anyway I try to build the DLL and the DLL can be created. Then I put in a new VI a "Call Library Function Node", I browse my new built DLL and select the Function Name LabView crashes.
I tried to put the same name for the DLL and the function, it changes nothing.
Could you tell me how to proceed:
- for the settings selection of each parameters (should I select pointer, value, ...):
4 inputs: record length, N, Data In and
Count In
1 output: Count Out
- for the creation of a DLL that does not crash try to call the function you built.
thanks