Hello,
I'm trying to use a dll that a coworker created for me (using MS Visual C) in labView 6.0.2. When I open up the Call Library Function, and browse to the dll file, it successfully shows the function names to choose from. The problem is that when I choose one, it doesn't read it correctly. In other words, for a function, my coworker has in her .h file:
__declspec(dllexport) void __stdcall Set_Vit10_Mode(UBYTE Arg, UBYTE mode);
but LabView thinks it looks like this:
void ?Set_Vit10_Mode@@YGXEE@Z(void);
Does anyone have any idea what is going on with this? Thank you very much
--SteveVIT