Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
I'm trying to compile using MTd in Visual Studio 2010 instead of MDd (so that the dll's are packaged in and …
c++ visual-studio-2010 winapi qt static-linkingI installed Visual Studio 2010 Premium on my Windows 7 workstation. After loading a test C++ project, I noticed that it could …
visual-studio-2010 visual-c++ installation windows-installer header-filesThe right-click context menus of the source editor, the project items and the solution item, is getting ridiculously long, and …
visual-studio-2010 contextmenu right-clickI might be in the minority, but I really dislike how the Subversion client integrates into the Windows shell. Is …
svn visual-studio-2010 integrationI find that sometimes I have the need to have multiple namespaces in a project I'm working on - are …
c# visual-studio-2010 namespaces solutionMy IDE: Visual Studio 2010, I use Qt add-in for VS, Qt ver. 4.8.1 I have faced with the problem while trying …
c++ visual-studio-2010 qt precompiled-headersI have a C++ project (some sort of a console 32-bit appplication) developed in VS2010, which builds just fine on …
visual-studio-2010 visual-c++ winapi msbuild-4.0I'm fairly inexperienced with windows system programming and now I'm continuing someones work but, before I can build the project …
c# visual-studio-2010 visual-c#-express-2010I have a semi-large C# .exe project in visual studio 2010 Ultimate, and I would like to convert it to a …
c# visual-studio-2010 dll exeEdit: Basically what I need is for visual studio to always rebuild all when I hit debug. I'm currently using …
visual-studio visual-studio-2010 assembly compilation masm