Hi everyone,
I have to exchange data from my LabWindows application with a VC++ DLL. I have created another VC++ DLL that will call the C++ functions and transform them into ANSI C. I've integrate the VC++ DLL into my CVI project but when I call a fucntion from the DLL a Protection Errors appears. How can I solve this problem?