glut、glew dll:二进制文件不是使用调试信息构建的

发布于 2024-10-17 06:13:16 字数 683 浏览 2 评论 0原文

这是我得到的输出,

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

'abc.exe':已加载'C:\Windows\System32\glew32.dll',二进制文件未使用调试信息构建。

线程'Win32 Thread'( 0x1710) 已退出,代码为 0 (0x0)。
线程“Win32 Thread”(0x16a0) 已退出,代码为 0 (0x0)。
线程“Win32 Thread”(0x1770) 已退出,代码为 0 (0x0)。
线程“Win32 Thread”(0x1708) 已退出,代码为 1 (0x1)。
线程“Win32 Thread”(0x1778) 已退出,代码为 1 (0x1)。
程序“[600] abc.exe: Native”已退出,代码为 1 (0x1)。
知道如何解决这个问题吗?

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

-埃贡

This is the output I am getting and

'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).
Any idea as to how I can fix this ?

I have tried the same on VS2008 VS2010. with almost the very same result. How can I force a binary to be built ? I can't find any correct project options.
Thank you very much.

-Egon

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽清梦 2024-10-24 06:13:16

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

You don't. You either need dll files already built with debug information, or link to external debug information (I doubt those exist ready for glu32 and glew32). What you're having is not an error, and should not be dealt as such.
If you have instead the source files for glut and glew, those warnings will cease to exist.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文