0

这是我得到的输出

'abc.exe': Loaded 'C:\Windows\system\glut32.dll', Binary was not built with debug information. '

'abc.exe': Loaded 'C:\Windows\System32\glew32.dll', Binary was not built with debug information.

The thread 'Win32 Thread' (0x1710) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x16a0) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1770) has exited with code 0 (0x0).
The thread 'Win32 Thread' (0x1708) has exited with code 1 (0x1).
The thread 'Win32 Thread' (0x1778) has exited with code 1 (0x1).
The program '[600] abc.exe: Native' has exited with code 1 (0x1).
关于如何解决这个问题的任何想法?

我在 VS2008 VS2010 上也试过同样的方法。结果几乎相同。如何强制构建二进制文件?我找不到任何正确的项目选项。非常感谢你。

-埃贡

4

1 回答 1

0

你没有。您要么需要已经使用调试信息构建的 dll 文件,要么需要链接到外部调试信息(我怀疑那些已经为 glu32 和 glew32 准备好了)。你所拥有的不是错误,不应该这样处理。如果您有 glut 和 glew 的源文件,则这些警告将不复存在。

于 2011-02-12T15:17:32.677 回答