by Antonio Linares » Thu Jun 07, 2007 7:16 am
Enrico,
The main difficulty is that Windows Mobile and Windows PC have many differences and there are many missing functions, so we had to build an intermediate layer to emulate the missing Windows API functions. Besides that, Pocket PC uses unicode, meanwhile Windows PC does not need it.
As xharbour has more code on it, it requires more Windows API functions, so the intermediate compatibility layer gets more complex.
Also the Harbour resulting EXEs are smaller, something that it is quite desirable for the Pocket PC which has limited resources.