Fixed Issue 68.
1.1 --- a/Hardware/TBalancer/TBalancerGroup.cs Thu Jun 03 22:40:18 2010 +0000
1.2 +++ b/Hardware/TBalancer/TBalancerGroup.cs Sat Jun 05 09:40:57 2010 +0000
1.3 @@ -55,6 +55,7 @@
1.4 FTD2XX.FT_CreateDeviceInfoList(out numDevices);
1.5 } catch (DllNotFoundException) { return; }
1.6 catch (ArgumentNullException) { return; }
1.7 + catch (EntryPointNotFoundException) { return; }
1.8
1.9 FT_DEVICE_INFO_NODE[] info = new FT_DEVICE_INFO_NODE[numDevices];
1.10 FTD2XX.FT_GetDeviceInfoList(info, ref numDevices);