Home > Software engineering >  VS2017 couldn't find the DLL
VS2017 couldn't find the DLL

Time:04-10

The same configuration release engineering is not an error, the debug engineering error (can't find the DLL), attachment contains directory and additional library directory is the same,
The debug project must have to copy to the debug directory

CodePudding user response:

Can put the DLL PATH added to the system PATH environment variable

  • Related