[Android] Building Free Pascal Compiler for Android

I think most of us heard about young mobile platform Android by Google.
Google recomend to use Java for developing applications for Android, but there nothing dificult to use gcc cross compiler to build applications on C or C++, in one of next post i will write how to build application/library on c/c++ using android toolchain.
[…]

[Windows] Working asynchronously with Com port on Delphi/Lazarus

From time to time i have tasks to read/write data to Com port, for example:
1. Sending/Receiving sms (using GSM modem)
2. Working with com port connected printer
3. GPS device
4. Some exotic devices, so on
there tons components you can find using google, but perhaps i was so lazy to find what i need or something else… anyway […]