Hello
I have just upgraded to 6.7.3 and it has introduced a problem with enumerating radios. The error I receive is that the 'specified transport is not available'. You have previously posted two reasons for this on the forum - wcl2wbt.dll not being available and a "very old" widcomm driver.
Well, wcl2wbt.dll is present in %windir%\system32\ and is version 6.7.3.0. The bluetooth software I have is 5.5.0.3200, which I only downloaded a couple of weeks ago.
It's worth noting again that this did not happen in 6.7.2 - that worked just fine. And literally the only code needed to reproduce this is:
wclAPI _apiHandle = new wclAPI();
_apiHandle.Load();
wclBluetoothRadios radios = new wclBluetoothRadios();
int i = _discovery.EnumRadios(radios);
if (i != 0)
{
wclErrors.wclShowError(i);
}
For extra information, the device I am using is a Belkin F8T017, and the O/S I am on is Windows XP Service Pack 3.
Another question - when purchasing, is it possible to purchase a license and then download an older version?
Thanks