Jean-Francois Larvoire
2019-03-11 15:08:09 UTC
I've always been using MSVC 1.5 to build DOS apps, and this worked in
all versions of Windows until now. (The MSVC 1.5 C compiler and linker
are WIN32 apps, even if they build DOS apps that do not run in Windows.)
But last week, my version of Windows 10 got upgraded to build 18342, and
MSVC 1.5 executables don't work anymore. :-(
cl.exe silently fails after a few seconds.
link.exe displays an error:
C:\MSVC\BIN>link /?
Microsoft (R) Segmented Executable Linker Version 5.60.339 Dec 5 1994
LINK : fatal error L5000 : internal failure - access violation
C:\MSVC\BIN>
I suppose that the upgrade removed a DLL that MSVC 1.5 depends on, or
introduced an incompatible change.
Anybody else still using MSVC 1.5?
Any fix already available?
Else any idea on how to debug this?
Jean-François
all versions of Windows until now. (The MSVC 1.5 C compiler and linker
are WIN32 apps, even if they build DOS apps that do not run in Windows.)
But last week, my version of Windows 10 got upgraded to build 18342, and
MSVC 1.5 executables don't work anymore. :-(
cl.exe silently fails after a few seconds.
link.exe displays an error:
C:\MSVC\BIN>link /?
Microsoft (R) Segmented Executable Linker Version 5.60.339 Dec 5 1994
LINK : fatal error L5000 : internal failure - access violation
C:\MSVC\BIN>
I suppose that the upgrade removed a DLL that MSVC 1.5 depends on, or
introduced an incompatible change.
Anybody else still using MSVC 1.5?
Any fix already available?
Else any idea on how to debug this?
Jean-François