Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Visual Studio 2019 上使用 raylib,我按照本教程 进行操作,我可以在没有任何警告的情况下进行构建,但是当我运行我的程序时,会出现一个错误窗口,提示它找不到“raylib.dll”。我能做些什么来解决这个问题?
我通过将raylib.dll 放置在我的可执行文件所在的文件夹中来解决我的问题