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.
FWPPC Samples
- Jeff Barnes
- Posts: 933
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42521
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Jeff,
This is tutor02.prg for FWPPC:
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
This is tutor02.prg for FWPPC:
Code: Select all | Expand
#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