Closed zosrothko closed 6 years ago
Unfortunately, Visual Studio 2008 isn't supported by Gradle. We support Visual Studio 2010 as the lowest version at the moment. We hope to open up the tool chain definition soon which would allow for third-party support of older Visual Studio compilers.
The fix for VS2008 support should be simple and could be added as part of a PR, however, you have to understand that we would need to modify our testing infrastructure to allow VS2008 testing which may not be as trivial and would add maintenance burden.
We will close this issue. If you want to provide a PR to support VS2008, then we will create an issue for adding VS2008 support.
Building Poco with VisualStudio VS2008
Expected Behavior
A complete build without any exception/error
Current Behavior
Context
Here the content of the VS2008 directory
Steps to Reproduce (for bugs)
Buikld a cpp sample project with VS2008
Your Environment