Is Qt Visual Studio add-in a subset of Qt Visual Studio integration? [duplicate] - c++

This question already has answers here:
What's the difference in the Visual Studio integration tools for Qt?
(3 answers)
Closed 2 years ago.
Qt software recently released Qt Visual Studio Add-in. Does anybody know, is it a subset of Visual Studio Integration, or is there included something new? Anyone tried both?

It is a full replacement.
There is no need to use the (commercial) Visual Studio Integration.
I highly recommend switching to the new Qt Visual Studio Add-in, which finally is available as version 1.0.

Full replacement.
The only difference I noticed was that the Qt Designer opens in a new Window for the Open Source (LGPL/GPL) version. In a commercial license version the Qt Designer should be completely integrated.

It's a replacement, but a bit different. (It knows about precompiled headers! Finally!)

Related

Any disadvantages of using Qt visual studio addon [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am just starting to learn how to use Qt in C++. They have a option to use a standalone Qt creator as well as an addon for Visual Studio. I have Visual Studio Community 2015.
The question is, is there any disadvantages of using the addon for Visual Studio over just coding in Qt creator?
UPDATE: How do i use Qt in my Visual Studio 2015 projects?
It seems the below is a bit outdated already considering using Qt extension for VS2015. But I have not personally tried myself yet and suspect Qt Creator still have its advantage as below.
The advantages of Qt Visual Studio Add-In:
It lets us to use better debugger from Visual Studio while working with Qt project
It lets us to easily do the remote debugging by running the executable on other system or VM
Many developers used to Visual Studio
The disadvantages of Qt Visual Studio Add-In:
Very unreliable project import, makes us to fix things manually. And not all add-in versions are good: we still use 1.2.3 because of that
Not convenient with adding file to the project etc. We usually add to and then re-import the project from Qt .pro file
Visual Studio builds the code much slower than Qt Creator does (roughly the proportion between nmake and jom tools, jom parallelizes the build)
Visual Studio must be higher than Express (e.g. Ultimate)
The Qt Visual Studio Add-in allows programmers to create, build, debug
and run Qt applications from within non-Express versions of Microsoft
Visual Studio 2008, 2010, and 2012 (*newer versions also covered).
The rest of advantages and disadvantages can be considered individual developer preferences. I like Qt Creator for its ability to quickly find any definition under the cursor (press Ctrl and hover the mouse cursor and select) while MS Visual Studio does that but not as easy and surprisingly too frequently fails to find the definition (they fix it for years and maintain huge index files for the source code while Qt Creator does not build such files).
And for me the main disadvantage of Qt Creator is CDB from Windows SDK or maybe another external one vs. way better debugger in Visual Studio including remote. So I debug complex issues with Visual Studio but I write the code and quickly test it with Qt Creator.

Word (Office) Automation Visual Studio 2013 C++

I have to make a program which can operate with Word documents (edit, view, create) and use C++ with Visual Studio 2013.
I have searched the net and found out VSTO is only available for Visual Basic and C#.
On the Microsoft site there is "How to create an automation project using MFC and a type library" here but seems it is written for very old versions of Visual Studio (like 5.0 and 6.0). When I reach the ninth step "Select the Automation tab." it seems there is no such tab in ClassWizzard in my version of Visual Studio.
Is there any way to perform automation with C++ in newer versions of Visual Studio like 2013?
I found a way here. Actually I am using the "import" method and it worked for me in console mode(COM method also worked, but it seems to me more complicated), I haven`t tested it for GUI yet. There is not C++ documentation, but can be used Visual Basic API with a bit thinking here.

Why does WiX not work in Visual Studio 2012 Express? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Wix project template for Visual Studio Express versions?
Was looking for a free installer creator that integrates with Visual Studio 2012 Express. I have read great things about Windows Installer XML (WiX), but is seems like it won't work out of the box with the Express version of Visual Studio. Are there any work-arounds? I was wondering why a free and open-source capability wouldn't or couldn't support the project templates in the Express edition but can in all the others. Is this a built-in barrier from Microsoft to get people to upgrade?
Visual Studio Express does not support Extensibility by 3rd parties. This is a limitation Microsoft has placed on all the free editions of Visual Studio. Since Wix is being maintained as an open source project, it cannot integrate into Visual Studio Express as deep as it can into Visual Studio Professional and better.
You can still call Wix from the command-line or through WixEdit.

Visual Studio 2008 C++ language support?

I've been developing a couple of C# tools recently, but primarily working with a lot of legacy Visual Basic 6.0 code (I know, I know...). For the C# development, I've been using Visual Studio 2008 Professional edition that I downloaded using our MSDN subscription here at work.
But, as a change of pace over the weekend, I was going to check out a complex C++ project that we have. However, when I went to open it through Visual Studio, it wouldn't open it saying that the .vcproj file type wasn't supported. I figured it was a compatibility issue and that the project file type had changed between versions of Visual Studio, but when I tried creating a new C++ application inside Visual Studio 2008 Pro, the option just wasn't there.
I've been searching online by way of Bing, Google, MSDN, and MSDN subscriber downloads to no avail. Nothing I've found so far explains why this is happening.
I have found the express edition of MS Visual C++ 2008, but I could not locate the "full version" of this part of Visual Studio.
Any help would be much appreciated.
It sounds like you haven't got it installed.
Go to Add/Remove Programs (or Programs and Features, or whatever Windows 7 calls it) and modify your installation. You'll get a list of checkboxes so you can install C#, VB.NET, Crystal Reports etc... and Visual C++. Check that checkbox and wait the hour or so for the installer to do its stuff.

Where I can find the appWizard that can generate C++ application

I have an project to modify. This project was create with AppWizard many years ago. This generated weird code when I open it with visual studio 8. I would like to modify the interface. Can I find a free AppWizard.
Thanks,
After using Visual Studio 6.0 it worked.