LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL retaining data once passed

Hello,

 

     I have to make a DLL in Labwindows CVI. I want to arrange in such a  way that once I provide some information to DLL from program, for eg a variable no1 using function getno(int number) from CVI side , it gets stored in variable no in dll.The function does no=number in DLL. Now I should be able to use this value no for other functions in DLL when I call from CVI. That is I call manipulate() function after a few lines in CVI then manipulate should be able to use no I passed before. Any provision to do this?

 

With Regards

Shalini

0 Kudos
Message 1 of 1
(2,538 Views)