This is a incremental release implementing various features for Widcomm that weren't completed for 2.4, there are also numerous bug fixes, particularly in OBEX support.
Again due to administrative reasons, this version is currently supplied without its normally installer. We recommend you uninstall any previous version before you use this version, otherwise the compilers will use the old assemblies by default. Check the compiler output to check that the correct library assembly is being referenced.
The features and bug fixes in this release include the following. For Bluetooth:
• Support for Bluetooth authentication on Windows Vista and Windows 7. (bug 24969)
•Support for using both the Microsoft and Widcomm Bluetooth stack at the same time and from the same program. (bug 25873) See the user guide for information on using this support.
• Better reporting of missing dependency DLLs on Widcomm. Firstly we no longer require the extra btwapi.dll as supplied by Widcomm. Secondly we manually check what dependencies are required and report any that are missing, in particular if no stack loads then we report explicitly that we need 32feetWidcomm.dll. (bugs 23219, 26009)
• Complete support for BluetoothListener on Widcomm. (bugs 23144, 25569)
For OBEX there are also multiple fixes, including:
• In both client and server we correctly now read from the network, previously if the connection closed we could loop forever. (bugs 23125, 25856)
• Basic support for GET in ObexWebRequest.
• ObexListener now doesn’t return incomplete PUT operations — previously it did and could then hang in WriteFile. It also closes the connection after one PUT, previously it would merge together their content.
• ObexWebRequest doesn’t try to send a DISCONNECT packet always, thus hiding the real error when the connection had been closed. Also correctly handles packets to OBEX FTP servers etc.
On Win32 with Widcomm, the native DLL requires a particular version of the VC++ Runtime (aka CRT) -- currently version 8.0.50727.4053. If you get a PlatformNotSupportedException, and running the Test32FeetWidcommWin32.exe program reports e.g. "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem." Then you need to installed a new version of the CRT from
http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en I hope to create a installer to handle this dependency.
Bluetooth — Widcomm
| ID | Title | Type |
| #23144 | BluetoothListener doesn't listen without call to Begin-/Accept | Issue |
| #23219 | reportAllErrors config setting etc for--Diagnosis of failure to load Widcomm support is very difficult | Issue |
| #23223 | Current SocketExceptions include the base message which is just confusing! | Issue |
| #23314 | An exception in HandleDiscoveryComplete causes Connect to hang | Issue |
| #24177 | Abort Connect whilst in (slow!) SDP lookup | Feature |
| #25362 | BtCli.RemoteMachineName never returns a name | Issue |
| #25569 | BluetoothListener stops accepting connections | Issue |
| #25802 | Support stream timeouts | Feature |
| #25815 | BluetoothListener NRE on Start-Stop-Start | Issue |
| #25845 | Report missing dependency DLLs from the main library | Feature |
| #26009 | If no Bluetooth stack loads, include in exception if Widcomm stack seems present | Feature |
| #26017 | Don't load stack support, if no dongle is connected ( | Feature |
| ... | ... | ... |
Bluetooth
| ID | Title | Type |
| #24561 | Must ensure to close socket in MSFT BluetoothListener when error removing record | Issue |
| #24969 | Windows 7 support for BluetoothWin32Authentication | Issue |
| ... | ... | ... |
OBEX
| ID | Title | Type |
| #23125 | More ObexWebRequest use of Stream.Read is not corr |