> > I want to beam my app and associated demo files (1 PDB file and 1 PRC file
> > with image data, and the PRC file for the Palm App itself --- call them
> > JCC1.PDB, JCC1.PRC and the app CVIEW.PRC), to another Palm Unit.  I know
> > that the Palm app can be beamed using the Beam feature on the Palm... but
> > how do get it to beam the app data (PDB and PRC) files. The data files have
> > the same creator as the PALM app but it beams only the code PRC file and not
> > the associated data and resource files.
> 
> This has been gone over many times here.  You'll probably find some good
> information in the archives.
>       http://www.escribe.com/findgroup.html?query=palm

pre 4.0:
--------

  send each file individually

4.0
---
 
  set the bundle bit attribute = 0x0800 in your .pdb files, and they'll
  be beamed with it :) i haven't seen build-prc or constructor support
  this bit yet, so, i wrote my own little program to set it. :)

other solution
--------------

  people have discussed generating a 'installer' and send one file that
  when executed on other device it extracts all the files.. would work.

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to