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
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
You have to get the source and debugging symbols (.pdb file) for glu32.lib. You can get them in two possible ways:
1. From the vendor
2. By compiling glu32.lib yourself
Is there a way to see the source and get the exact line it crashes on?