Hi, W liście datowanym 18 sierpnia 2009 (10:23:37) można przeczytać:
PC> [wtorek, 18 sierpie? 2009], Jaroslaw Kadziola napisa3(a): PC> Hi, >> After recompile Harbour for WinCE and compile 2 programs: >> >> /*** myprg1.prg ***/ >> proc main() >> AltD() >> yy=hb_run("\myprg2.exe" ) >> return >> >> /*** myprg2.prg ***/ >> proc main( ... ) >> Alert(hb_valToExp( { ... } )) >> return >> >> then run myprg1.exe from '\' directory >> >> i've got on screen : -------- >> | {} | >> | OK | >> -------- >> (empty array,yy=0) PC> Thank you very much. PC> yy is always 0 - we have to hardcoded this value because there is PC> no way to check other process results at least using standard Win API. PC> Can you also try the results for: PC> /*** myprg1.prg ***/ PC> proc main() PC> AltD() PC> yy=hb_run("\myprg2.exe \myprg2.exe par2 par3" ) PC> return Done /*** myprg1.prg ***/ proc main() AltD() yy=hb_run("\myprg2.exe par1 par2" ) return i've got on screen : --------------------- | {"par1","par2"} | | OK | --------------------- PC> BTW did you have any problems with hb_dirbase() in WinCE? Not tested BTW : is any chance to build simple GUI application using harbour contribs ? Like hbQt or hbxbp ? At present harbour for WinCE is good only for tests (i.e. fonts are not visible for user, boxes and frames are not correclly displaying etc.,etc.). My dream is simple harbour application for WinCE - now i must run clipper app under PocketDOS and how it is known emulation is not good idea :) Thanks to all developers for Your great job !! -- Best Regards, Jaroslaw Kadziola _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour