Dear Friends,
Problem in calling dll files in LabVIEW,dll files made in LabVIEW.
Pls find main LabVIEW file. (Test.vi). I made dll file from this. Use Std conversion function for this. "Dll" "H" and "Lib" files for this are as attached. (test1.dll, Test1.h, Test1.lib).
Now I call this dll file in other labview program and it is not working. LabVIEW program with dll calling (dllTest.vi). It exit from the LabVIEW by giving an error. Close labview also.
I tried with different combintation of datatype also. I had tried to make dll using standard (Win API) conversion also. but this doesn't work.