[czwartek, 13 sierpie� 2009], Jaroslaw Kadziola napisa�(a): 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 ? hb_run() simply executes system() CRTL command so it's out of our control what it exactly does. If it does not work then it means that system() command is not fully functional in MinGWCE. You can try to use hb_processRun( link_ ) which uses win API directly. Anyhow please remember to process switching in WinCE does not work like in desktop windows. In practice only one process is executed and others are stooped (at least in the MS Pocket emulator I used in the past porting Harbour to WinCE) so it's possible that you will have to activate it manually. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour