how to add xlslib library on 2017 visual studio - c++

2008 visual studio uses the xlslib library in the application co-written with QT4. How can I add it to Xlslib library with QT5 and 2017 visual studio.

Related

Is it necessary to install Visual Studio C++ Build Tools if Visual Studio 2017 is already installed?

Visual studio 2017 community is installed on my PC along with Visual Studio Build Tools 2017. I am using Windows 10.
Is it still necessary to install Visual C++ Build Tools? Is there a possibility that there will be some packages that cannot be compiled if Visual C++ Build Tools is not available even though Visual Studio Build Tools 2017 is there?

Cross-Platform Project Templates are Not in Visual Studio 2017

Cross-Platform Project Templates in Visual Studio 2015 are Not in Visual Studio 2017. How To Add templates in VS2017?

build opus codec with visual studio 2005

i've downloaded source code from http://www.opus-codec.org/downloads/ but in the tarball there is only one project for visual studio 2010, it builds well but if i use .lib on visual studio 2005 they won't work... Anyone knows how to compile with visual studio 2005?
I've created new visual studio 2005 project and copied all settings, it works!

Using MSVC10 Libraries with MVSC11

Is there a way to be able to use Visual Studio 2010 libraries with the Visual Studio 2012 Toolset? My project uses freeware libraries that currently are only built with MSVC9 & MSVC10.
I'm already familiar with the Properties->General->Platform Toolset option, but would like to keep it on Visual Studio 2012 (v110) if possible.

Is MFC only available with Visual Studio, and not Visual C++ Express?

Is MFC only available with Visual Studio, or is it also possible to use it with Visual C++ Express?
Now there exists a solution to this problem, for all the people want to use a free version.
Visual Studio Community 2013 comes with the MFC (Microsoft Foundation Classes) included. Download link: https://www.visualstudio.com/products/visual-studio-community-vs
Edit: Visual Studio Community 2015 is now also released.
From the FAQ:
Does Visual C++ 2008 Express Edition
include MFC and ATL?
No, MFC and ATL are not included with
Visual C++ 2008 Express. MFC and ATL
will be included in Visual Studio 2008
Standard and above editions.
Same for Visual C++ 2010 Express Edition.