Greetings,
I'm trying to use a device driver written by delcom to control my usb numeric indicator, but when I try and load the DLL it always crashes.
I've followed the prototyping scheme, and I'm basically trying to get just the simplest function working, which is the call library function to call the function GetNthDevice to return a string. I've set the DWORDs to LONG, and the Lpstr to String. No matter how i set it up, it always crashes.
Can anyone point me in the right direction? I'm used to working in java and this is very greek to me.