Page 1 of 1

FWPPC Samples

PostPosted: Wed Jun 11, 2008 5:04 pm
by Jeff Barnes
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.

PostPosted: Wed Jun 11, 2008 7:19 pm
by Antonio Linares
Jeff,

This is tutor02.prg for FWPPC:
Code: Select all  Expand view
#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