Skip to content

Commit 8644ed5

Browse files
authored
Add Note About Microsoft Visual C++ Redistributable Requirement to README (#237)
Added note for Visual C++ redistributable dependency. This caused a "vcruntime140.dll" error on launch of the vdd companion. --------- Co-authored-by: Bud
1 parent 9ac6074 commit 8644ed5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Unlike physical monitors, this virtual display can support resolutions and refre
77

88
- [Driver Installer (Windows 10/11)](https://github.com/VirtualDisplay/Virtual-Display-Driver/releases) - Check release page for release notes.
99

10+
> [!IMPORTANT]
11+
> Before using the Virtual Display Driver, ensure the following dependencies are installed:
12+
> - **Microsoft Visual C++ Redistributable**
13+
> If you encounter the error `vcruntime140.dll not found`, download and install the latest version from the [Microsoft Visual C++ Redistributable page](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170).
14+
1015
## EDID Database
1116
- [EDID Database by Bud3699](https://edid.mikethetech.com/)
1217

0 commit comments

Comments
 (0)