如何在 Windows 8.1 上安装 SDL 并将其连接到 Visual Studio Community 2013

Posted

技术标签:

【中文标题】如何在 Windows 8.1 上安装 SDL 并将其连接到 Visual Studio Community 2013【英文标题】:How to install SDL on Windows 8.1 and to connect it to Visual Studio Community 2013 【发布时间】:2015-08-03 12:56:08 【问题描述】:

如果可能,我需要安装 SDL 并将其应用到我的 Visual Studio。到目前为止,我已经下载了源代码文件 Runtime Binaries (Windows x64 AND Visual C++ SDL Development Libraries。

之后我该怎么办?下载文件只是坐在我的电脑上。抱歉,我对这一切都很陌生。

【问题讨论】:

lazyfoo.net 为每个平台和 IDE 提供了有关如何设置 SDL 的教程。该网站有 VS2010 的解释,但 VS2013 的过程几乎相同 这是链接:lazyfoo.net/tutorials/SDL/01_hello_SDL/windows/msvsnet2010u/… 【参考方案1】:

您可以通过在项目设置中添加包含头文件的 include 文件夹和包含库文件的 lib 来在 Visual Studio 中使用 C/C++ 库,例如 SDL2。这里有一个视觉教程:

http://www.willusher.io/sdl2%20tutorials/2013/08/15/lesson-0-visual-studio/

【讨论】:

谢谢。我不知道 VS 中有一个 SDL 库。 欢迎您。您应该知道还有其他方法可以做到这一点。例如NuGet 是一个库的包管理器,它可以帮助你很多。查看 OpenGL 的示例:in2gpu.com/2014/11/29/setting-opengl-visual-studio-using-nuget 看起来很有趣。感谢您的帮助。

以上是关于如何在 Windows 8.1 上安装 SDL 并将其连接到 Visual Studio Community 2013的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Windows 8.1 上安装 Torch?

使用 MinGW 在 Windows 上安装 SDL 失败 - dvec.h 错误

无法在Windows 8.1上安装Oracle 12c - 进程中出错... perl.exe

如何在 Windows Phone 8.1 / Windows 10 上创建自定义 VirtualizingPanel?

在 Windows 8.1 上安装 pymsql

如何使 UWP 应用程序与 Windows 8.1 兼容