I'm trying to use the raylib on Visual Studio 2019, I followed this tutorial I can build without anywarning, but when I run my program a error windows saying that it can't find "raylib.dll" apear. What can I do to solve this ?
Asked
Active
Viewed 1,424 times
1
-
VS 2017 template has Release/Debug.dll configurations which create dll itself. Maybe try look into it? – Peter Happy May 04 '20 at 08:05
1 Answers
1
I solve my issue by placing the raylib.dll that's in this raylib distribution in the folder where my executable is build

Alan Paradis
- 41
- 7