FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC FWPPC Samples
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
FWPPC Samples
Posted: Wed Jun 11, 2008 05:04 PM

Hi,

I am currently looking at re-writing an app to work on a pocket pc.

Could someone please send me a sample .prg and a copy of the build.bat file so I can get an idea of what is different in FWPPC.

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
FWPPC Samples
Posted: Wed Jun 11, 2008 07:19 PM
Jeff,

This is tutor02.prg for FWPPC:
#include "FWCE.ch"

function Main()

   local oWnd
   
   DEFINE WINDOW oWnd TITLE "Tutor02"
   
   ACTIVATE WINDOW oWnd ;
      ON CLICK MsgInfo( "Click!" ) ;
      VALID MsgYesNo( "Want to End ?" )
   
return nil

You can download a customers management application (full source code and EXE) from here:
http://www.fivetechsoft.com/files/clients.zip

I email you buildce.bat for FWPPC
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion