Skip to content

Commit

Permalink
Add Note About Microsoft Visual C++ Redistributable Requirement to RE…
Browse files Browse the repository at this point in the history
…ADME (#237)

Added note for Visual C++ redistributable dependency. This caused a "vcruntime140.dll" error on launch of the vdd companion.

---------

Co-authored-by: Bud
  • Loading branch information
nsoliven authored Jan 3, 2025
1 parent 9ac6074 commit 8644ed5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Unlike physical monitors, this virtual display can support resolutions and refre

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

> [!IMPORTANT]
> Before using the Virtual Display Driver, ensure the following dependencies are installed:
> - **Microsoft Visual C++ Redistributable**
> 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).
## EDID Database
- [EDID Database by Bud3699](https://edid.mikethetech.com/)

Expand Down

0 comments on commit 8644ed5

Please sign in to comment.