question

dylanfy-1405 avatar image
0 Votes"
dylanfy-1405 asked PengGe-MSFT answered

Error VSP1033: The file spice.com does not contain a recognized executable image.

when i use vsinstr.exe, the error will happen.
I want to know how to use VS 2017 to recover the problem

vs-msbuild
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PengGe-MSFT avatar image
0 Votes"
PengGe-MSFT answered

Hi @dylanfy-1405

Welcome to Microsoft Q&A!

You can try the suggestions as follows:

  1. Dynamically link the DLL versions of the desired libs to avoid instrumenting the binaries altogether

  2. 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 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.