本文介绍了SDL.dll从我的电脑丢失 - VS 2010的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图编译我写的SDL程序,但是当我这样做时,会出现这个错误:
I'm trying to compile a SDL-program I've written, but when I do, this error shows up:
我不知道为什么。我有SDL.dll。
I have no idea as to why. I have SDL.dll.
-
我把它放在正确的文件夹中:
C:\Windows \System32
。
I have put it in the correct folder:
C:\Windows\System32
.
我对所有SDL标头等都有正确的PATHS。
I have the correct PATHS to all the SDL headers and such as well.
VS说:
,然后屏幕上会弹出错误。
and THEN the error above pops up on screen.
推荐答案
您的调试文件夹或程序当前位于的任何目录。
Add it into your debug folder or whatever directory your program is currently located at.
这篇关于SDL.dll从我的电脑丢失 - VS 2010的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!