Migration from mfc to Qt in Visual Studio 2010 - visual-studio-2010

I want to replace my MFC Code with Qt. I found this website http://doc.qt.digia.com/solutions/4/qtwinmigrate/winmigrate-walkthrough.html and they say that it works with VS6.
My question is now if I can use this site as a guideline for the replacement with Visual Studio 2010 to and if anyone has experience with Walkthrough on Visual Studio 6?
Thanks

Related

Code Map Missing Visual Studio

We just switched over to VS 2013 and I heard that you're supposed to be able to
generate code maps for your entire application. Awesome feature indeed, that could
get new developers on our project up to speed.
Watched a couple of tutorials, but when I tried to just right click on a method
in the application, the 'Show on Code Map' context menu is missing. In fact, I
can't find anything in VS that has anything to do with Code Maps.
My version:
Visual Studio Premium 2013
I tried installing Modeling SDK for Microsoft Visual Studio 2013, but that didn't do anything.
Anyone got any ideas?
You need Visual Studio ULTIMATE to create Code Maps.
http://msdn.microsoft.com/en-us/library/jj739835.aspx
This has changed for Visual Studio 2015 and Visual Studio 2017:
The Enterprise Edition allows creating code maps.
The Community and Professional Editions can open diagrams generated in other Visual Studio editions in read-only mode.

F# with Visual Studio Express/Professional/etc

I am going to learn F#. In my lecturer notes, they have simply asked to open VS 2010, open project, select other languages and select F# ! I have VS 2010 express, and everything is separated into different software like Visual C++, Visual C# etc, there is no F# !
In this thread (Is F# 3.0 available on Visual Studio 2010 professional?) I found it is in VS 2012 express so I downloaded it. But, again I can't find F#!
How to make a F# project in VS express? Please help!
EDIT
At least, is this is available in Visual Studio 2010 Professional? Please help!
Download Visual Studio Express 2012 for Web (it is important, you cannot use F# with Visual Studio Express 2012 for Desktop or other), then install F# Tools for Visual Studio Express 2012 for Web. Full description how to do this is on msdn blog

visual studio 2012 gadgeteer

I need to program some .Net Gadgeteer modules for a big project on visual studio 2012.
Unfortunately I can't find the templates for Gadgeteer.
All the tutorial I have found says I have to use visual c# or visual studio 2012.
Do you know if some suitable templates exist?
The templates can be found at the codeplex project. https://gadgeteer.codeplex.com/
Here is a detailed tutorial of setting up the environment. http://gadgeteerguy.com/Tutorials/TutorialView/tabid/147/ArticleId/23/Getting-Started-Guide.aspx

openFrameworks Visual Studio Setup Tutorial?

I've been trying to get oF examples to compile with Visual Studio, but I'm either missing a link or something.. Is there a tutorial on how to setup oF with Visual Studio 2010 (or 2008 - or any version)? If not, can someone provide step-by-step directions on setting up oF with Visual Studio?
(Unfortunately, the oF website doesn't provide any info on setting up oF with VS. Their VS link just tells you how to download VS o.O http://www.openframeworks.cc/setup/vs-2008 )
There is a short Tutorial how to setup Openframeworks and Visual Studio 2010
in the OpenFrameworks Forum.
link to article
I haven't tried it yet, but it seems ok to me. Zach event hosts prebuild libraries for Visual Studio 2010 (poco comes to mind). They are currently working on a 2010 Version by the way.
Edit December 2010: The people at openframeworks released a new version 0.062 which is available for Visual Studio 2010. You can find it here: link text

visual studios 2010 atl web service

Can anyone tell me where to find an visual studios 2010 atl web service template like the one that comes with visual studios 2008?
Thanks.
According to the comments on the Visual C++ Team Blog they were removed starting with Visual Studio 2008. However, you can find the latest version on codeplex. There may be a way to use the latest compiler to build such a project, by utilizing the project template from the a previous version of Visual Studio. This article provides a description of how it could be done.

Resources