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