I'm using GLUTess to tesselate polygons. Sometimes it crashes with a null pointer issue and I have no way of knowing why since I just link to glu32.lib . Is there a way to see the source and get the exact line it crashes on?
Thanks
feedback
|
| |||
|
feedback
|
|
You have to get the source and debugging symbols (.pdb file) for glu32.lib. You can get them in two possible ways: | |||
|
feedback
|