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

Not compilable with Visual Studio 2019 #55

Open
KrisTiasMusic opened this issue Dec 4, 2019 · 2 comments
Open

Not compilable with Visual Studio 2019 #55

KrisTiasMusic opened this issue Dec 4, 2019 · 2 comments

Comments

@KrisTiasMusic
Copy link

KrisTiasMusic commented Dec 4, 2019

Hey DSP community,

I currently have a problem compiling with Visual Studio 2019 that causes the following error message:

Severity Code Description Project File Line Suppression State
Error MSB8020 The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". DSPFiltersDemo C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets 379

These build tools are not available for VS 2019. Is support for Visual Studio 2019 expected in the foreseeable future? I'd love to do this myself, but I'm too inexperienced in C++ to do it on my own.

@Rakib1503052
Copy link

Open a new project in Visual Studio 2019 and then add the folders manually. Or just copy all header and source files in one directory, edit the includes appropriately and compile.

@rerdavies
Copy link

rerdavies commented Jan 8, 2022

Follow the instructions in the error message:

... you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution.

There are some additional problems with tr1-compatibility, Just map the tr1 namespace to std (VS 2019 no longer has this problem). And some minor problems with broken syntax (convert the "zero length array" declaration to a pointer declaration). Other than that it seems to work fine.

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

3 participants