Open GoogleCodeExporter opened 9 years ago
Oh, "new (PoolableObject* [size]);" has been changed to "new PoolableObject*
[size];" because it triggered the following warning:
warning: lambda expressions only available with -std=c++0x or -std=gnu++0x
Original comment by sven.koe...@gmail.com
on 28 Nov 2010 at 1:59
Oh, and files in mingw64 are all lower case. So I needed to change
BluetoothAPIs.h to bluetoothapis.h, which should work just fine on Windows.
Original comment by sven.koe...@gmail.com
on 28 Nov 2010 at 2:23
Regarding changes BluetoothAPIs.h to bluetoothapis.h
Is there ifdef that can be used for mingw64 toolchain environment?
Original comment by skarzhev...@gmail.com
on 29 Nov 2010 at 12:18
Original issue reported on code.google.com by
sven.koe...@gmail.com
on 28 Nov 2010 at 1:56Attachments: