Fixed Issue 68.
authormoel.mich
Sat, 05 Jun 2010 09:40:57 +0000
changeset 131b68cb7c8d5ce
parent 130 80065ab20b84
child 132 680ed54e05ca
Fixed Issue 68.
Hardware/TBalancer/TBalancerGroup.cs
     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);