H
Harry Simpson
I'm now working in VS2008 and created a test app to print BT from MC70 to a
Zebra printer
When I try to print I get a
Missing Method Exception "Can't find PInvoke DLL 'malibtdll.dll'.
StackTrace: " at Zebra.Communication.MotorolaBluetooth.Disconnect() at
Zebra.Communication.MotorolaBluetooth.Connect() at
Zebra.Communication.MotorolaBluetooth.Connect(String commPort, String
bluetoothAddressOrName) at ZebraVBNET.Form1.ConnectToBluetoothDevice() at
ZebraVBNET.Form1.MenuItem1_Click(Object sender, EventArgs e) at
System.Windows.Forms.MenuItem.OnClick(EventArgs e) at
System.Windows.Forms.Menu.ProcessMnuProc(Control ctlThis, WM wm, Int32
wParam, Int32 lParam) at System.Windows.Forms.Form.WnProc(WM wm, Int32
wParam, Int32 lParam) at System.Windows.Forms.Control._InternalWnProc(WM wm,
Int32 wParam, Int32 lParam) at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr
hwnMain) at System.Windows.Forms.Application.Run(Form fm) at
ZebraVBNET.Form1.Main() "
Welp I try to add a reference to mscorlib.dll to my project and it won't
add. This PInvoke is in the Zebra DLL. Am I gonna have to run this in
debug from VS2005 and target 2.0? Does PInvoke even work in 3.5?
Harry
Zebra printer
When I try to print I get a
Missing Method Exception "Can't find PInvoke DLL 'malibtdll.dll'.
StackTrace: " at Zebra.Communication.MotorolaBluetooth.Disconnect() at
Zebra.Communication.MotorolaBluetooth.Connect() at
Zebra.Communication.MotorolaBluetooth.Connect(String commPort, String
bluetoothAddressOrName) at ZebraVBNET.Form1.ConnectToBluetoothDevice() at
ZebraVBNET.Form1.MenuItem1_Click(Object sender, EventArgs e) at
System.Windows.Forms.MenuItem.OnClick(EventArgs e) at
System.Windows.Forms.Menu.ProcessMnuProc(Control ctlThis, WM wm, Int32
wParam, Int32 lParam) at System.Windows.Forms.Form.WnProc(WM wm, Int32
wParam, Int32 lParam) at System.Windows.Forms.Control._InternalWnProc(WM wm,
Int32 wParam, Int32 lParam) at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr
hwnMain) at System.Windows.Forms.Application.Run(Form fm) at
ZebraVBNET.Form1.Main() "
Welp I try to add a reference to mscorlib.dll to my project and it won't
add. This PInvoke is in the Zebra DLL. Am I gonna have to run this in
debug from VS2005 and target 2.0? Does PInvoke even work in 3.5?
Harry