GLEW + VS2010 error
I am running into this issue and don't know what to do ?
'abc.exe': Loaded 'D:\Windows\SysWOW64\nvoglv32.dll', Cannot find or open the PDB file
earlier I was getting a whole bunch of errors, but the microsoft symbols source 开发者_如何学Python set the issue for all of them except this one file : nvoglv32.dll ; does anybody know how I can resolve this issue or get my hands on the file "nvoglv32.pdb" ?
Thanks
-A
It is the OpenGL driver for your NVidia video card. Yes, you're not going to get the .pdb from Microsoft, they didn't write it. Getting it from NVidia is very unlikely. This is not software you want to debug anyway.
精彩评论