Pawel, We developed FivePhone to use Harbour on the iPhone and iPad: http://code.google.com/p/fivephone/ It is not a portability tool but lets you use Harbour on the iPhone if you need it :-) http://forums.fivetechsupport.com/viewtopic.php?f=8&t=20370&p=107976&hilit=fivephone#p107974
... the root folder (there is no drive "C:") of the Windows Mobile unless CurDir() is used. You have to modify these lines in FWPPC\samples\pawel.prg to get the files in the shared folder: FErase ( CurDir() + "\Test" + IndexExt() ) ... DbCreate( ...
... have just returned to using FWPPC after a looong absence. By way of refreshing my old brain, I have built a few samples including one called "pawel.prg" which creates a dbf file named test with 30000 records. The application was run under the emulator and produced the file shown in the ...
... usa CabWiz y EzSetup para generar ficheros de instalación, y se basa en la documentación que encontre sobre ellos en estos foros (gracias a Pawel y Carles Aubia). http://www.ea6dd.com/ftp/bielsys/ppcinst/ppcinst1.jpg Si os interesa, en mi blog encontrareis una entrada con ...
... estas son las funciones que uso para conexion y desconexion GPRS. Las he probado con Windows mobile 2003 y 2005. Esta funcion la posteo en el foro Pawel, yo solo le hecho un pequeño cambio. HB_FUNC (GPRSCONNECT) { // By Pawel HANDLE phWebConnection = NULL; DWORD pdwStatus = 0; //Comprobamos ...
Hola Elias, La función GprsConnect que te pase, tiene un pequeño cambio con respecto a la de Pawel, y es que en lugar de devolver verdadero o falso, devuelve el numero de handler de la conexion. Guarda ese numero en una variable, y despues pasalo como parametro a GprsRelease.