On Mon, 3 Nov 2003, Alex Gusev wrote: > does anybody know how to install files to Palm device programmatically. > I've tried to use PltInstallFile function (or correspondend COM object), > but always get error -504 (can't copy file). any ideas why may it > happen?
Sure that you're passing a valid user and file name to the function? You can build a list of the former with PltGetUserCount and PltGetUser. Aside from some issues with explicitly loading the DLL (quickly enough resolved), I've had no problems getting that function to work. -- ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator No trees were harmed in the sending of this message, although many electrons were terribly inconvenienced. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
