On Wed, Sep 13, 2000 at 01:36:21PM +0300, Gheza Viorel wrote: > > I have a server (on PC) and a client (on device) (TCP/IP > connection). Client receives from server a prc file. How can I > programatically install this application on device ? Assuming the prc format is correct, send the stream through ExgDBWrite and it will build (i.e. install) the resource database. ExgDBWrite is usually used with Beaming, so the examples at palmos.com show it in that context, but you can replace the IrDA reads with socket reads. ZBoxZ does this in two steps - HiBrowz can receive via TCP/IP, and ZBoxZ can install the received image - GPL source at palmboxer.sourceforge.net, but I use my own install routine. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
