RE: file open

2002-05-24 Thread Joe
> --- Dominique Martel wrote: > > Hi, I want to open a file on a pc from a Palm and it > > doesn't work. It always give me the error code 5636, > > which corresponds to "fileErrNotFound". > --- Joe wrote: > It sounds to me like you are trying to open a file on a > desktop pc using the FileOpen

RE: file open

2002-05-22 Thread Dominique Martel
Ok so how do I open a file on a desktop pc? Dominique Martel -Original Message- From: Joe [mailto:[EMAIL PROTECTED]] Sent: 21 mai, 2002 17:03 To: Palm Developer Forum Subject: Re: file open --- Dominique Martel <[EMAIL PROTECTED]> wrote: > Hi, I want to open a file on a

Re: file open

2002-05-21 Thread Joe
--- Dominique Martel <[EMAIL PROTECTED]> wrote: > Hi, I want to open a file on a pc from a Palm and it > doesn't work. It always give me the error code 5636, which > corresponds to "fileErrNotFound". It sounds to me like you are trying to open a file on a desktop pc using the FileOpen() SDK fun

file open

2002-05-21 Thread Dominique Martel
Hi, I want to open a file on a pc from a Palm and it doesn't work. It always give me the error code 5636, which corresponds to "fileErrNotFound". Do I have to place the file at a special place on the pc? I first established a communication with the pc, but how can I test if it really succeeded? T