Hi,

W liście datowanym 14 sierpnia 2009 (11:37:13) można przeczytać:

PC> [czwartek, 13 sierpie? 2009], Jaroslaw Kadziola napisa3(a):

PC> Hi,

>> I can't execute any WinCE app from harbour app.exe
>> f.e. :
>> app.prg
>> ----------------------------
>> link_ := '\Windows\calc.exe'
>> hb_run(link_)
>> ----------------------------
>> do nothing.
>> Any idea ?

PC> hb_run() simply executes system() CRTL command so it's out of our
PC> control what it exactly does. If it does not work then it means that
PC> system() command is not fully functional in MinGWCE.
PC> You can try to use
PC>    hb_processRun( link_ )
PC> which uses win API directly.

The same :(
hb_processRun() return -1

-- 
Regards,
 Jaroslaw Kadziola

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to