“Cannot find sdl2.dll” “Cannot register sdl2.dll” How to fix SDL2.dll missing error? If the “sdl2.dll is missing” error occurs, you may use one of the methods below – manual or automatic – to solve the problem. The manual method assumes that you download the sdl2.dll file...
Download and install a new copy of SDL2.dll to fix dll errors. In some cases, you may need to register SDL2.dll in Windows. View our guides to troubleshoot and fix common .dll errors. Windows Error Examples: This application has failed to start because SDL2.dll was not found. Re-in...
方法如下: 单击开始,选择运行 ,输入 regsvr32 SDL_1.dll 并按下确认 之后会弹出注册成功信息即可。 If you download a DLL file, this is the installation instructions. Step 1 Open the SDL_1.dll file you downloaded from zhaodll.com. After extracting your zip or rar, place the extracted DLL in...
方法如下: 单击开始,选择运行 ,输入 regsvr32 sdl_i.dll 并按下确认 之后会弹出注册成功信息即可。 If you download a DLL file, this is the installation instructions. Step 1 Open the sdl_i.dll file you downloaded from zhaodll.com. After extracting your zip or rar, place the extracted DLL in...
在Windows 平台的 SDL 开发环境 搭建 , 只需要将 头文件 , dll 和 lib 函数库下载下来直接使用即可 ; SDL 下载地址 :https://github.com/libsdl-org/SDL/releases/tag/release-2.0.10, 这里选择 2.0.10 版本的 SDL ; 在本博客的源码中也可以下载https://download.csdn.net/download/han1202012/89407726;...
SDL.dll文件拷贝到你编译的程序下1) 启动Microsoft Visual C++ 2008 Express Edition(其他版本也行)2) File -- New -- Project3) Project types: Visual C++: Win32 (默认的)Templates: Visual Studio installed templates: Win32 Console ApplicationName: <Enter_name> (为你的工程起个名字)4) Win32 ...
20. 再次运行,编译成功,但运行时提示找不到SDL2.dll错误。 21. 我们回到和你程序版本对应的x86(也可能是x64)文件夹下找到SDL2.dll文件,复制。 将其放到test/Debug文件夹下,重点和test.exe同一目录中。(我的项目名是test所以是test.exe,该文件就是项目生成的可执行文件) ...
注意需要用其他SDL2_mixer之类的库请按照上面的方法添加进去即可。运行时提示没SDL2.dll之类请去SDL2解压出来的lib/x86/里找到他们。 一周休七日 铁杆吧友 8 铃铛兮 知名人士 11 路过,帮顶。 狗0亲 初级粉丝 1 顶 TingTheWind 活跃吧友 4 为何我老是出现无法解析的外部符号呢? spaceyang 初级粉丝...
•二进制文件(Windows 的Library.dll 或*nix 的Library.so) ✨你的编译器需要能够在编译时找到头文件,以便它知道SDL 函数和结构是什么。可以将编译器配置为在 SDL 头文件所在的附加目录中进行搜索,或者将头文件与编译器附带的其余头文件一起放入。如果编译器提示找不到 SDL.h,则意味着头文件不在编译器查找头...
二进制文件(Windows的Library.dll或*nix的Library.so) 您的编译器在编译时需要能够找到头文件,以便它知道SDL_Init()和其他SDL函数和结构是什么。您可以配置您的编译器在SDL头文件所在的额外目录中搜索,或者将头文件与编译器自带的其他头文件放在一起。如果编译器抱怨说找不到SDL.h,那就意味着头文件不在编译器寻找...