| View previous topic :: View next topic |
| Author |
Message |
ijourneaux
Joined: 25 Aug 2011 Posts: 1
|
Posted: Sat May 26, 2012 12:07 pm Post subject: C# example |
|
|
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 |
|
| Back to top |
|
 |
ou81aswell
Joined: 30 Aug 2010 Posts: 6
|
Posted: Wed Aug 08, 2012 9:42 pm Post subject: |
|
|
| Is your project targeting x86 (as opposed to Any CPU)? |
|
| Back to top |
|
 |
|