SDL 与 Code::Blocks 和 Visual Studio 2008 VC++编译器
我在 Google 上查找了有关使用它设置 SDL 的教程。问题是,所有使用 Code::Blocks 链接到 SDL 的教程都是使用 Mingw 编译器,而不是使用 VC++ 2008 编译器。
我在 C:\SDL 下载了 VS 的 SDL。问题是,我无法让它与 Code::Blocks 一起使用。
我需要做什么?我尝试按照 Mingw 的教程进行操作,但它们似乎不起作用。
I've looked around on Google for tutorials on setting up SDL with it. The problem is that all the tutorials for linking to SDL with Code::Blocks is with the Mingw compiler, and never with VC++ 2008 Compiler.
I have the SDL for VS downloaded at C:\SDL. The problem is, I can't get it to work with Code::Blocks.
What do I need to do? I tried following the tutorials for Mingw but they don't seem to work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本教程介绍如何设置 SDL 以与 Visual Studio .NET 一起使用。我继续使用 Visual Studio 2008,发现它相当直观:
http://pgdc。 purdue.org/sdltutorial/sdl_setup.html(断开的链接)正如对您的问题发表评论的人所暗示的那样,更多信息会很有用。
This tutorial covers setting up SDL to work with Visual Studio .NET. I followed along with Visual Studio 2008 and found it fairly intuitive:
http://pgdc.purdue.org/sdltutorial/sdl_setup.html(broken link)As the person who commented on your question implied, more information would be useful.