i have driver functions developed in vc++ in the form of dll, so this driver functions i want to represent in cvi in the form of .fp(function panel). so how do i go ahead.
Build a DLL or static lib in your C++ compiler making sure to extern "C" your functions. Then you can write function panels for the function in the function panel editor in CVI.