Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolve runtime dependency to vcruntime140.dll #281

Closed
JupiterRider opened this issue Dec 10, 2024 · 0 comments · Fixed by #282
Closed

resolve runtime dependency to vcruntime140.dll #281

JupiterRider opened this issue Dec 10, 2024 · 0 comments · Fixed by #282
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@JupiterRider
Copy link
Contributor

The raylib.dll we build with Raylib-cs.Native has a runtime dependency to the Microsoft Visual C++ Redistributable package. In other words: it's dynamically linked to vcruntime140.dll.

If I download the dll from https://github.com/raysan5/raylib/releases/download/5.0/raylib-5.0_win64_msvc16.zip, there is no dependency.

This behavior has produced several issues in the past:
#226
#200

JupiterRider added a commit to JupiterRider/Raylib-cs that referenced this issue Dec 10, 2024
@chrisdill chrisdill added help wanted Extra attention is needed bug Something isn't working labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants