Page 1 of 1

C# example

PostPosted: Sat May 26, 2012 12:07 pm
by ijourneaux
I ahve been trying to compile up and tun the C# example using Visual C# Express 2010. There was an error/warning with the evt.handle. I though I was able to fix that using

SafeWaitHandle.DangerousGetHandle()

But I get an exception almost immediately when getting the driver version.

Any idea what I am doing wrong

PostPosted: Wed Aug 08, 2012 9:42 pm
by ou81aswell
Is your project targeting x86 (as opposed to Any CPU)?