GFX with SDL Lesson 1: Getting started with SDL(翻译)[3]

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 heroboy2000 的 blog

-family: helvetica; mso-bidi-font-family: helvetica">和sdl.dll,在c:\dev-c++\include\sdl中会有一些 .h文件。

 

现在,在dev-c++中新建一个控制台工程。打开“工程属性”对话框(在“工程”菜单中)。在参数中,点击“加入库或者对象”按钮,选择libsdl.asdlmain.aligmingw32.a 三个文件。点击“确定”。

 

最后,在sdl项目中使用printf(…)或输出到stdout.txt中,而非屏幕。


本文关键:GFX with SDL Lesson 1: Getting started with SDL(翻译)
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top