Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS2017 build fails -> this is a simple Solution #14

Open
TimmvonderMehden opened this issue Aug 9, 2019 · 0 comments
Open

VS2017 build fails -> this is a simple Solution #14

TimmvonderMehden opened this issue Aug 9, 2019 · 0 comments

Comments

@TimmvonderMehden
Copy link

TimmvonderMehden commented Aug 9, 2019

Using just the VS2017.sln (i did it via cmd line build) will fail with

C:\dev\ext\TwainDSM\TWAIN_DSM\visual_studio\TWAIN_DSM_VS2017.vcxproj : warning : The build tools for v141 cannot be found. Install v141 to build using the v141 build tools.

Because the Solution is in fact a still a 2015 solution.

It might depend on your local VS2017/VS2015 installations, but it can be easily fixed by opening TWAIN_DSM_VS2017.sln and changing just

# Visual Studio 14
to
# Visual Studio 15

and everything works like a charm :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant