I'm trying to build the cvblobslib in Visual Studio 2010, which appears to be not that easy. can any body tell me how this works thanks in advance
Related
How can I open Solution from VS 2010 to VS 2013? I tried to open it in VS 2013 but one of the projects was incompatible.
Any help would be appreciated, thank you.
I'm trying to make Visual studio 2010 project work on Visual studio 2015(without upgrading it).
But the problem is it does not open proper property page.
It works very well in Visual studio 2010 IDE. Or if it is upgraded for Visual studio 2015 toolset(v140).
If I change the 'Platform Toolset' option to Visual studio 2010(v100), it does not work again.
Does anybody know what the problem is?
Thank you.
I faced a similar issue. See here:
Missing Properties when opening VS2010 C++ projects with VS2015
In my case, it was related to language settings:
VS2010 german version
VS2015 english version
-> project properties where not there
Switching the language of VS2015 to german solved it for me.
I want to migrate a Visual Studio 2010 Solution so that I can work with Visual Studio 2013.
If I understand it right, due to the round-tripping feature of Visual Studio 2013,
there is no reason to convert the solution!? I can just open my old solution with
Visual Studio 2013 and can just work with it.
Is that right? Or is there a good reason or need to do a conversion to a
Visual Studio 2013 solution.
Or better: Is there any good reason to not stick with the old Visual Studio 2010 solution?
Visual Studio 2013 can open a sln file created by Visual Studio 2010. However, Visual Studio 2010 can not open a sln file created by Visual Studio 2013.
The easiest way to see this is to open the sln file in a text editor and look at the first 2 lines:
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Visual Studio has a version setting in the header (this example is from VS 2012). An older version of the tool wont open the file.
Beyond that there aren't really any big differences in the file. There are certain project types (ie Project("{guid}") that aren't supported in older version of Visual Studio. For example a Visual Studio 2013 SDK project can only be opened with Visual Studio 2013.
To wrap up, if you have an existing Visual Studio 2010 sln file, there isn't really any need to change it. If you plan on opening it again in VS2010 then make sure you don't change it. Otherwise I wouldn't worry about it and just let VS do whatever makes VS happy.
I download a c++ code from the internet. But I cannot run it since it is written in the environment of visual studio 2012. But I only have 2010.
Is there any way to solve this problem? Thanks in advance.
One approach you could try is to create a new project on your VS 2010 and import files the are in the VS 2012 folder to your new VS 2010 project.
What I suggest (what is easier) is to download a free version of VS 2012 from the Microsoft website to see the references then if you really need to recreate it in VS 2010 you can see exactly what is in the VS 2012 project and create a new one in your VS 2010.
I have installed Visual Studio 2013 but I can't find Code Map there.
Can anyone show me where to find it?
You cannot see the Code Map as it is only exists in Visual Studio 2013 Ultimate version and not in your version which is professional.