Witam,

W liście datowanym 14 sierpnia 2009 (19:36:43) można przeczytać:

> [piątek, 14 sierpień 2009], Jaroslaw Kadziola napisał(a):

> Hi,

>> > Thanks. In such case I'll update __run() and hb_run() in a while
>> > so you can test also them.
>> Unfortunately the same errors -1/87 after download hbproces.c from SVN
>> and build all libraries for WinCE.

> I hope that you haven't tested hb_processOpen() which I haven't updated
> for WinCE builds.

> If current hb_processRun() fails then please try to change in
> hbproces.c[219]:

>    fError = ! CreateProcess( NULL,           /* lpAppName */
>                              lpCommand,      /* lpCommandLine */

> to:

>    fError = ! CreateProcess( lpCommand,      /* lpAppName */
>                              NULL,           /* lpCommandLine */

This shot was OK, now hb_processRun() is OK. Thanks


-- 
Regards,
Jarosław Kądzioła


_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to