Category: Symbian C++
After unsatisfactory attempt to port BlueZ system to Symbian due to <sys/signal.h> differences, David advised me to look at P.I.P.S libraries. P.I.P.S. are Symbian libraries that are compatible with POSIX standard....
One more difference between Carbide C++ and standard C++ that I found while porting is pointers maintaining. If you have a pointer ' p ' void *p = other_pointer; in C you can sum it up with integer value to walk through memory: p += sizeof(uint8_t); That is...
To use Bluetooth in S60 emulator you have to install BT driver. After some customizing emulator will use your hardware - Bluetooth Dongle. If you try to customize it by yourself (without installing driver) in purpose to use Bluetooth Dongle, than, for sure, emulator will die. If...