glut,glew dll:二进制文件没有使用调试信息构建

时间:2011-02-12 14:58:10

标签: visual-studio visual-studio-2008 visual-studio-2010 glut glew

这是我得到的输出和

'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上尝试过相同的功能。几乎完全相同的结果。如何强制构建二进制文件?我找不到任何正确的项目选项。 非常感谢你。

-Egon

1 个答案:

答案 0 :(得分:0)

你没有。您需要已经使用调试信息构建的DLL文件,或者链接到外部调试信息(我怀疑那些已经准备好用于glu32和glew32)。你所拥有的不是一个错误,不应该这样处理。 如果你有过量的过量文件,那么这些警告将不再存在。