On 08/04/10 12:40, Viktor Szakáts wrote:
Ops, I think I've been there. The problem is with
parallel execution of script and HBIDE. HBIDE will
call external process, but continue to run, so it
will instantly delete the script, so the script
will not run.

I remember fixing this once.

Try removing FERASE() call for the temporary
external script to prove that.

Brgds,
Viktor


I anticipated that.
I added msgbox() line in FUNCTION hbide_getShellCommandsTempFile
here:-

         FWrite( fhnd, cCmdFile )
         FClose( fhnd )
      msgbox(cCmdFile)                 <==

..and left hbide hanging there while I did the tests.
Any other thoughts?

Rgds
Barry

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to