The port is still young and experimental and moreover still waiting for commit into FPC's trunk. Also Microsoft's fastcall calling convention needs to be added to make this port really useful on x86 (it's no problem on x86_64 as there is only one calling convention on 64-bit Windows).
Currently I'm playing around with Usermode
API, so I can implement the last parts of the
RTL (Threading, I/O, Filesystem and handling of system exceptions). My plan is to translate NDK and
DDK functions on demand (when they are needed).
Regards,
Sven