On 11/06/13 16:34, Harald Oehlmann wrote:
> Anyway, when tcl 8.5 was build using msvc and
makefile.vc, there was
> the following file created and installed beside tclsh85.exe: "bin/
> tclpip85.dll".
>
> I suppose, the suffix "s" would signify a static build.
>
> This file is not installed any more with tcl86.
>
> It might be true, that it is not necessary any more with tcl8.6...
FYI, the Tcl sources contain the following commit related to this:
commit 9bc0d489df79aafac017be614cb33ff31c455983
Author: hobbs <hobbs>
Date: Wed Aug 4 21:37:18 2010 +0000
* win/Makefile.in, win/makefile.bc, win/
makefile.vc, win/tcl.dsp:
* win/tclWinPipe.c (TclpCreateProcess):
* win/stub16.c (removed): removed Win9x tclpip8x.dll build and
16-bit application loader stub support. Win9x is no longer
supported.
Regards,
Koen