Witam! W liście datowanym 17 sierpnia 2009 (18:43:06) napisano:
> [poniedzia�ek, 17 sierpie� 2009], Jaroslaw Kadziola napisa?(a): > Hi, >> > 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 ? > Just simply execute above program (let's call it myprg.exe) from other > Harbour application, i.e.: > proc main() > hb_run( hb_dirBase() + "myprg.exe" ) > return > I'm interesting in parameters passed to myprg.exe. They can be seen > as hb_valToExp( { ... } ) results. ******************************** Proc Main() link_ := '\Windows\calc.exe' hb_run(link_) y= hb_valToExp( {} ) ******************************* Get y={} -- Regards, Jarosław Kądzioła _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour