【问题标题】:glut, glew dll : Binary was not built with debug informationglut,glew dll:二进制文件没有使用调试信息构建
【发布时间】:2011-02-12 14:58:09
【问题描述】:

这是我得到的输出和

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

-埃贡

【问题讨论】:

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


    【解决方案1】:

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

    【讨论】:

    • 那我怎样才能避免代码退出呢?程序正在编译但没有运行......
    • 我想告诉你问题不在于编译。我有一个类似的设置,有 glut 和 glew,Visual Studio 确实给了我关于调试的相同信息。问题出在代码中,您应该针对该代码发布一个单独的问题。
    猜你喜欢
    • 2014-03-12
    • 2010-10-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多