mirror of
https://github.com/itsmattkc/dotnet9x.git
synced 2025-01-22 09:11:55 -05:00
Fix link to MSVC420 in wrappers/README.md
This commit is contained in:
parent
06fe1ed9bf
commit
a86c552167
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
These are DLL wrappers for system DLLs that .NET gets redirected to. They implement all of the functions that .NET requires, pass-through the ones that already exist, and implement or stub the ones that don't. Many of the stubs never get called at all, they only got linked with .NET due to the usage of a newer C++ runtime.
|
||||
|
||||
For compatibility with Windows 95, it is highly recommended that these be compiled with Microsoft Visual C++ 4.20 (MSVC420). For your convenience, since MSVC420's installer doesn't work well on newer versions of Windows, I have created a [https://github.com/itsmattkc/MSVC420]("portable" version) that you can simply clone and use.
|
||||
For compatibility with Windows 95, it is highly recommended that these be compiled with Microsoft Visual C++ 4.20 (MSVC420). For your convenience, since MSVC420's installer doesn't work well on newer versions of Windows, I have created a ["portable" version](https://github.com/itsmattkc/MSVC420) that you can simply clone and use.
|
||||
|
|
Loading…
Reference in a new issue