Hi,

W liście datowanym 17 sierpnia 2009 (13:50:50) można przeczytać:

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

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

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

PC> to execute the following program:

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

PC> Seems that to pass parameters we will have to make some additional
PC> modifications and I would like to know if application name is stripped
PC> from lpCommandLine in WinCE.

I'll try later (evening or tomorrow morning).


-- 
Regards,
 Jaroslaw Kadziola

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

Reply via email to