Hi,

W liście datowanym 17 sierpnia 2009 (19:27:52) można przeczytać:

PC> [poniedzia?ek, 17 sierpie? 2009], Jaroslaw Kadziola napisa3(a):

PC>    /*** myprg1.prg ***/
PC>    proc main()
PC>       hb_run( hb_dirBase() + "myprg2.exe" )
PC>    return

PC>    /*** myprg2.prg ***/
PC>    proc main( ... )
PC>       ? hb_valToExp( { ... } )
PC>       wait
PC>    return

PC> please try to recompile Harbour for WinCE with small patch I'll
PC> commit in a while and then try to make test for passing parameters.

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)

                     
___
Regards,
 Jaroslaw Kadziola

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

Reply via email to