Search found 2 matches

by bb07
April 17th, 2013, 7:32 am
Forum: SDK Questions
Topic: Sample Application - C# or Java (HELP)
Replies: 10
Views: 22188

Re: Sample Application - C# or Java (HELP)

The C# code that tends to circulate always imports ERRCODE_T as an unsigned 16-bit integer (ushort), but in the C headers it's always been defined as a normal signed short. Two's complement of 65370 results in the actual error value of -166. I'm not sure if the error codes are documented well in th...
by bb07
April 16th, 2013, 6:57 am
Forum: SDK Questions
Topic: Sample Application - C# or Java (HELP)
Replies: 10
Views: 22188

Re: Sample Application - C# or Java (HELP)

Hi guys, I've tried implementing a C# app in VS2012 Express using the code from the following url: http://www.theonlineoasis.co.uk/projects/erg.html Initially I tried using RPPM3DDI.dll and RPPM3Csafe.dll as specified in the code but I got the following exception"An unhandled exception of type 'Syst...