Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

[bug report] Two C++ projects require "Platform toolset v141" which only available on VS2017 #917

@Chinese-Xu

Description

@Chinese-Xu

What would you like to submit? (put an 'x' inside the bracket that applies)

  • question
  • bug report
  • feature request

Issue description
Failed projects:
Accrod.Video.FFMPEG(GPL)
Accord.Tests.Video.FFMPEG
Accrod.Tests.Math.Cpp
Accrod.Tests.Math.Interop

The platform toolset of Projects "Accrod.Video.FFMPEG(GPL)" and "Accrod.Tests.Math.Cpp" are setup with value "v141". But in Visual Studio 2015, only v140 and v140_xp are available. "v141" be available in VS 2017.

Projects "Accord.Tests.Video.FFMPEG" and "Accrod.Tests.Math.Interop" are depend on above assembly. So totally 4 projects failed.

To resolve this issue, open project properties dialog, in "General" section, change the value of "Platform toolsets" to "Visual Studio 2015 (v140)" and rebuild all c++ projects.

Related unit tests are passed after build with "Visual Studio 2015 (v140)"

Thanks,
Wiley Xu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions