Hi , I have a header file in c++ 'CH341DLL.H' . When I debug it I receive:
Failed to locate: "link.exe".The system cannot find the file specified.
I don't know why do I receive this error?
Please help me.
Thanks
Hi , I have a header file in c++ 'CH341DLL.H' . When I debug it I receive:
Failed to locate: "link.exe".The system cannot find the file specified.
I don't know why do I receive this error?
Please help me.
Thanks
The file name extension is wrong 'link.exe_' I don't know how to change the extension of it without any problem.
Thanks
Have you the path where link.exe is located in VC++ Directories ?
For example, with my version, I have :
[Configuration Properties] [VC++ Directories) [Executable Directories] :
$(VC_ExecutablePath_x86);$(CommonExecutablePath)
and if I look variables (by clicking <Edit...> in the ComboBox), I get :
E:\Program Files\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86
which is the path where link.exe is located
Yes this is the path:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86
No the file name is wrong 'link.exe_' the file extension is exe_ which is not correct.
Normalmente, esse erro é causado pela mudança de local do arquivo ou pela alteração das permissões do arquivo. Se a causa for a primeira, você precisará localizar o arquivo e alterar as configurações de origem, a divergência no nome do arquivo também pode ser a causa do erro.
7 people are following this question.