c - ntdll.pdb not loaded -- unable to find -


i'm working in visual studio 2017 (windows 10). i'm trying develop openssl-bio-fetch source code https://wiki.openssl.org/index.php/ssl/tls_client. wind hitting error , unable debug through due not finding ntdll.pdb. following message:

enter image description here

i've been able find lots of pdb files, none match. different versions. 1 seems be: 10.0.14393.1532 (rs1_release_d.170711-1840)

i've tried pull .lib/.dll/.pdb different windows machine, can't vs recognize it.

1- know can find correct pdb? 2- able point me how proper ntdll.lib/.dll/.pdb placed vs use it?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -