Exactly I've got a labview source code. Here are the prototypes of the dll's functions: (That's how labview shows):
long DevNew(Cstr arg1, CStr arg2, unsigned short int arg3);
long DevWrite(unsigned char arg1, CStr arg2, long arg3);
long DevRead(unsigned char arg1, CStr arg2, long arg3);
long...
Hi all!
Where can I find that types in Labview are equvivalent with which type in Visual C++ (6.0)? Exactly I mean these labview types:
long, CStr, unsigned short in, unsigned char
I've tried some kind of variations but I couldn't manage with them..:S