readme.txt 717 B

123456789101112131415161718192021
  1. Setup files for creating an installation for PocketPC
  2. =====================================================
  3. To use these files, first compile the ARM version of
  4. the Life! demo. Then run build.bat, which will copy the
  5. executable to ARM_bins before compiling the CAB file,
  6. copying the distribution files into the directory
  7. Deliver.
  8. It assumes you have the file setup.exe from:
  9. http://www.pocketpcdn.com/articles/creatingsetup.html
  10. or you can create your own. It simply runs CEAppMgr.exe
  11. with your install.ini file, and CEAppMgr.exe will
  12. install the program on the user's device.
  13. See also the wxWinCE section of the wxWidgets reference
  14. manual, which gives more tips and links for PocketPC
  15. application development.