SDL事件调试问题

时间:2008-12-06 05:29:21

标签: events sdl

我目前正在尝试让SDL事件发挥作用,但问题是程序无效。

当我运行程序时;它打开和关闭非常快,调试给出了这些错误:

The thread 'Win32 Thread' (0xb60) has exited with code 1 (0x1).
The thread 'Win32 Thread' (0xe00) has exited with code 1 (0x1).
The thread 'Win32 Thread' (0x628) has exited with code 1 (0x1).
The program '[868] My Project.exe: Native' has exited with code 1 (0x1).

我使用的是Visual Studio C ++ Express Edition 2008,包含的文件是:

#include "SDL/SDL.h"
#include "SDL/SDL_image.h"
#include  <windows.h>
#include  <string>

我正在尝试使用的代码可以在以下位置找到: http://lazyfoo.net/SDL_tutorials/lesson04/index.php

1 个答案:

答案 0 :(得分:0)

该代码正在尝试加载文件名“x.png”。如果在工作目录中没有带有该名称的正确PNG文件,则程序将以错误代码1退出。