Hi I've installed the latetst emdk - Compiled cs_bluetoothsample for the MC75 - crashes with missing p/invoke btinterface.dll. Where is this dll? Thanks Dave
Missing btinterface.dll// Expert user has replied. |
Missing btinterface.dll// Expert user has replied.Hi I've installed the latetst emdk - Compiled cs_bluetoothsample for the MC75 - crashes with missing p/invoke btinterface.dll. Where is this dll? Thanks Dave |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
Dave, The btinterface.dll file is a requirement for the EMDK for .NET class libraries work. This file is bundled in the Symbol.all.arm.cab file. You can manually install this CAB file from the C:\Program Files\Motorola EMDK for .NET\v2.2\SDK\Smart Devices\wce500\armv4i folder or let the Visual Studio install the CAB during the application deployment. - Prashanth Kadur