when i use vsinstr.exe, the error will happen.
I want to know how to use VS 2017 to recover the problem
when i use vsinstr.exe, the error will happen.
I want to know how to use VS 2017 to recover the problem
Welcome to Microsoft Q&A!
You can try the suggestions as follows:
Dynamically link the DLL versions of the desired libs to avoid instrumenting the binaries altogether
Make sure the libs have CodeView information compiled in or the corresponding PDBs are present during linking.
You can refer to this thread for more information.
Sincerely,
Peng
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread
5 people are following this question.