[wtorek, 18 sierpie� 2009], Jaroslaw Kadziola napisa�(a):

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)

Thank you very much.

yy is always 0 - we have to hardcoded this value because there is
no way to check other process results at least using standard Win API.
Can you also try the results for:

   /*** myprg1.prg ***/
   proc main()
     AltD()  
     yy=hb_run("\myprg2.exe \myprg2.exe par2 par3" )
   return

I hope this is the last test.
BTW did you have any problems with hb_dirbase() in WinCE?

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

Reply via email to