unable to open the card via Vbasic 2010 with
Private Declare function opendevice lib “k8061.dll” () as integer
opendevice (6)
this returns the error message
System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
at GH6._3.Form1.PowerGood(Int32 CardAddress)
at GH6._3.Form1.Timer3_tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
the USB driver seems to have installed OK because the utilities DIAG8061 and DEMO8061 perform as expected