On Wed, 2007-08-22 at 23:36 +0200, mkalkal wrote:
> In order to compile the app I had to modify mingw headers:
>
> --- /opt/mingw32ce/arm-wince-mingw32ce/include/aygshell.h~
> 2007-08-17 23:00:36.0 +0200
> +++ /opt/mingw32ce/arm-wince-mingw32ce/include/aygshell.h
> 2007-08-17
Pedro,
The rcp you ported doesn't work for me when I try
rcp mio:/temp/rshd-log.txt .
The reason is that the remote rcp (the one on the PDA) is compiled with
the mingw32ce toolset, and the libcwd library. That library offers
chdir() and getcwd() but calls to functions like _open() don't have
in
On Thu, 2007-08-23 at 17:20 +0200, Danny Backx wrote:
> Pedro,
>
> The rcp you ported doesn't work for me when I try
> rcp mio:/temp/rshd-log.txt .
>
> The reason is that the remote rcp (the one on the PDA) is compiled with
> the mingw32ce toolset, and the libcwd library. That library offers
>
Danny Backx escreveu:
> On Thu, 2007-08-23 at 17:20 +0200, Danny Backx wrote:
>> Pedro,
>>
>> The rcp you ported doesn't work for me when I try
>> rcp mio:/temp/rshd-log.txt .
>>
?
It works here. Why shouldn't it? You're passing an absolute path
to the device. The '.' is the local path. Wron
On Thu, 2007-08-23 at 20:57 +0100, Pedro Alves wrote:
> >> The rcp you ported doesn't work for me when I try
> >> rcp mio:/temp/rshd-log.txt .
> >>
>
> ?
> It works here. Why shouldn't it? You're passing an absolute path
> to the device. The '.' is the local path. Wrong example, or am I
> mi