Menu

#2494 Can no longer exec a 16bit dos app on Win9x

obsolete: 8.4.4
closed-fixed
69. Other (102)
5
2003-10-04
2003-10-04
No

I've notice that since 8.4.4 I no longer can exec 16
bit dos apps in Windows 9x using tclsh84.exe &
tclpip84.dll. The symptom is an error "command not found" .
Tclsh8.4.3 worked ok. I backed out changes posted by Mo
Dejong in the core-8-4-branch changelog on 7-16-03 and
now tclsh84 now execs 16 bit apps again.

Discussion

  • Steve Redler

    Steve Redler - 2003-10-04
    • assigned_to: nobody --> mdejong
     
  • Mo DeJong

    Mo DeJong - 2003-10-04
    • status: open --> closed-fixed
     
  • Mo DeJong

    Mo DeJong - 2003-10-04

    Logged In: YES
    user_id=90858

    Could you try to apply the following patch to the
    win/tclWinPipe.c file? It should fix the problem.
    I am also going to check this into the 8.4 branch
    in the CVS.

     
  • Mo DeJong

    Mo DeJong - 2003-10-04

    Patch to fix Win exec problem

     
  • Steve Redler

    Steve Redler - 2003-10-04

    Logged In: YES
    user_id=696399

    Tested patch. Problem resolved.