Witam!

W liście datowanym 17 sierpnia 2009 (13:50:50) napisano:

> [pi�tek, 14 sierpie� 2009], Jarosław Kądzioła napisa?(a):

> Hi,

>> > 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

> Thank you for your tests.
> I would like to ask you about some others yet.
> Above code does not allow to pass parameters.
> Can you modifiy it to:
>    fError = ! CreateProcess( lpCommand,      /* lpAppName */
>                              lpCommand,      /* lpCommandLine */

My WinCE build is ready

> to execute the following program:

>    proc main( ... )
>       alert( hb_valToExp( { ... } ) )
>    return

What exactly i must write in this program ?



-- 
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