Blacktempel / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

EntryPointNotFoundException when trying to call FT_CreateDeviceInfoList #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just catch the EntryPointNotFoundException as well when calling
FTD2XX.FT_CreateDeviceInfoList in TBalancerGroup
(http://code.google.com/p/open-hardware-monitor/source/browse/trunk/Hardware/TBa
lancer/TBalancerGroup.cs#56)
to avoid the following crash:

System.EntryPointNotFoundException: No se puede encontrar el punto de
entrada denominado 'FT_CreateDeviceInfoList' en el archivo DLL 'ftd2xx.dll'.
   en
PInvokeDelegateFactoryInternalWrapperType39.FT_CreateDeviceInfoList(UInt32&
numDevices)
   en OpenHardwareMonitor.Hardware.TBalancer.TBalancerGroup..ctor()
   en OpenHardwareMonitor.Hardware.Computer.Open()
   en OpenHardwareMonitor.GUI.MainForm..ctor()
   en OpenHardwareMonitor.Program.Main()

Original issue reported on code.google.com by moel.mich on 3 Jun 2010 at 11:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r162.

Original comment by moel.mich on 5 Jun 2010 at 9:41