Top "Visual-studio-2010" questions

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.

Cannot compile a simple Qt program in MT mode as opposed to MD in Visual Studio 2010

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-linking
Installation of Visual Studio 2010 (any edition) installs only 2 files in the C++ headers directory

I 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-files
Hide items in the right-click context menus in Visual Studio 2010 (08)?

The 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-click
VS2010 Integration with Subversion

I might be in the minority, but I really dislike how the Subversion client integrates into the Windows shell. Is …

svn visual-studio-2010 integration
Multiple namespaces in a single project

I find that sometimes I have the need to have multiple namespaces in a project I'm working on - are …

c# visual-studio-2010 namespaces solution
How to use precompiled headers in Qt project

My 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-headers
Building C++ project on a PC with Windows SDK 7.1 but without VS2010

I 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.0
How can I add reference to DataGridViewAutoFilter?

I'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-2010
Converting .exe project to class library

I 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 exe
Force visual studio to always 'rebuild all' when debugging

Edit: 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