visual studio - How to ignore the error message "cannot find pdb files"? -


i asking question because have searched internet , whenever guy puts question missing dll files common answer "to ignore it" because not error warning. want know how that, because see no such option , code doesn't run.

i have tried loading symbols microsoft symbol server. worked me in many cases unfortunately not in case of "'c:\program files (x86)\nvidia corporation\coprocmanager\nvdxgiwrap.dll'. cannot find or open pdb file." (coz nvedia symbols has not microsoft servers)and after error application/code exits without starting. didn't work "nvinit.dll". have idea pdb file is.also have tried changing code release mode , changed properties accordingly changing incremental linkage "no" , debug info "no" , may not have use pdb files nothing helped......my code still not running.so option ignore error.. or warning must say,which unable to..

thanks in advance.

too ignore something, literally "ignore it" don't worry it, unless have particular reason wanting rid of them, wont affect @ all.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -