Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 GLUTess 来细分多边形。有时它会因空指针问题而崩溃,我不知道为什么,因为我只是链接到 glu32.lib 。有没有办法查看源代码并获得它崩溃的确切线路?
谢谢
您必须获取 glu32.lib 的源代码和调试符号(.pdb 文件)。您可以通过两种可能的方式获得它们: 1. 从供应商处 2. 通过自己编译 glu32.lib
有没有办法查看源代码并获得它崩溃的确切线路?