Thanks for help.
Just tested auto detection - there is a change.
Path in VS 2017 changed:
%ProgramFiles(x86)%\Microsoft Visual Studio 14\VC (old versions)
New:
%ProgramFiles(x86)%\Microsoft Visual Studio\2017\WDExpress\VC
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently testing with Win 10 , Visual Studio Express Windows Dektop (WD) 2017 but the full path is:
C:\Program Files (x86)\Microsoft Visual Studio\2017\WDExpress\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x64
The binaries were found but compiling a test project results in:
c1xx: fatal error C1356: unable to find mspdbcore.dll
Last edit: Martin Strunz 2023-02-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is this OK?
updated
maybe this is of interest:
https://renenyffenegger.ch/notes/Windows/development/Visual-Studio/environment-variables/index
Last edit: Martin Strunz 2023-01-06
Applied in [r13165], thank you.
The XML should be reviewed by somebody actually using MSVC17.
Related
Commit: [r13165]
Thanks for help.
Just tested auto detection - there is a change.
Path in VS 2017 changed:
%ProgramFiles(x86)%\Microsoft Visual Studio 14\VC (old versions)
New:
%ProgramFiles(x86)%\Microsoft Visual Studio\2017\WDExpress\VC
Are these the correct values?
Currently testing with Win 10 , Visual Studio Express Windows Dektop (WD) 2017 but the full path is:
C:\Program Files (x86)\Microsoft Visual Studio\2017\WDExpress\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x64
The binaries were found but compiling a test project results in:
c1xx: fatal error C1356: unable to find mspdbcore.dll
Last edit: Martin Strunz 2023-02-06
Is valid also the idepath variable?
should be C:\Program Files (x86)\Microsoft Visual Studio\2017\WDExpress\Common7\IDE - there are binaries especially the mspdbcore.dll :-)
Last edit: Martin Strunz 2023-02-06
Fixed in [r13198].
Related
Commit: [r13198]