vs-tool | Visual Studio 2010 plugin to integrate MinGW | Code Editor library
kandi X-RAY | vs-tool Summary
kandi X-RAY | vs-tool Summary
vs-tool is a Visual Studio 2010 plugin to integrate external compiler/linker toolchains to the VS IDE. This plugin is a derivation of the excellent work done by Gavin Pugh for the vs-android tool, and is therefore also licensed under the Zlib license.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of vs-tool
vs-tool Key Features
vs-tool Examples and Code Snippets
Community Discussions
Trending Discussions on vs-tool
QUESTION
I have modified Visual Studio 2015 with tools for Apache Cordova and now when I'm trying to load any project I have set of errors, and enable to load VS project
with the file %CommonDir%\dte80 could not be loaded. Attempt to repair this condition failed because the file not be found
then under the same %CommonDir%:
...ANSWER
Answered 2018-Feb-28 at 05:35I fixed this problem by installing "Visual Studio 2010 Isolated Shell" downloaded from https://my.visualstudio.com/Downloads. You need to sign up for their free developer program before you can search for old downloads.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install vs-tool
Copy the folder <i>platform</i>\ from this repository to C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\\<i>platform</i>\ (or the corresponding location where MSBuild exists on your system)
To enable an existing solution to be built via vs-tool, create a a platform for it from Configuration Manager → Active Solution Platform → New… → <i>platform</i>.
To choose the toolchain to build with, edit the dropdown list at Project Properties → General → Platform Toolset.
MinGW is a toolchain to compile native Windows applications using a Windows port of the GCC compiler. With vs-tool you can build Visual Studio solutions using MinGW.
Install MinGW from http://www.mingw.org/
Set MINGW_BIN environment variable to point to the bin\ directory where the MinGW toolchain executables (gcc.exe et al.) reside in.
Alternatively, in Visual Studio, go to Project Properties → Toolchain Directories → MinGW Compiler Path, and specify there the bin\ directory where the MinGW toolchain executables are located.
<a href="http://clang.llvm.org/">Clang</a> is a C/C++ frontend for the <a href="http://llvm.org/">LLVM Compiler Infrastructure</a>. Vs-tool can also invoke Clang to build Visual Studio solutions. Note however, that Clang does not yet support building native Windows applications. Setup for Emscripten (emcc).
Obtain Clang. For example, follow this web page for instruction how to manually build Clang: http://clang.llvm.org/get_started.html .
Set CLANG_BIN environment variable to point to the directory where the Clang toolchain executables (clang.exe and the rest) reside in.
Alternatively, in Visual Studio, go to Project Properties → Toolchain Directories → Clang Compiler Path, and specify there the directory where the Clang toolchain executables are located.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page