Top "Visual-studio-2005" questions

Visual Studio 2005 is a version of Microsoft's Visual Studio integrated development environment product line for .NET-based and C++ development.

Why is std::min failing when windows.h is included?

#include <algorithm> #include <Windows.h> int main() { int k = std::min(3, 4); return 0; } What is windows doing …

c++ visual-studio-2005
Keeping Visual Studio Projects on a Network Drive

We just did a move from storing all files locally to a network drive. Problem is that is where my …

visual-studio-2005 network-drive
Exclude files from web site publish in Visual Studio

Can I exclude a folder or files when I publish a web site in Visual Studio 2005? I have various resources …

visual-studio visual-studio-2005 web-publishing
class name and method name dropdown list is missing (visual studio setting)

Does anyone know how to get my class name and method name dropdown lists again? It's the dropdown lists that …

visual-studio visual-studio-2012 visual-studio-2008 visual-studio-2015 visual-studio-2005
Why can't I debug?

When I was about to debug C++ program in VS2005,the program didn't stop at the breakpoints. The VS said"…

visual-studio debugging visual-studio-2005
How to determine whether object reference is null?

What is the best way to determine whether an object reference variable is null? Is it the following? MyObject myObjVar = …

c# object null visual-studio-2005 object-reference
How do you build the x64 Boost libraries on Windows?

I've built the x86 Boost libraries many times, but I can't seem to build x64 libraries. I start the "Visual …

c++ visual-studio-2005 boost 64-bit boost-build
Runtime error R6034 in embedded Python application

I am working on an application which uses Boost.Python to embed the Python interpreter. This is used to run …

visual-c++ python-2.7 visual-studio-2005 manifest boost-python
compile a single class/file in visual studio

I just want to know if we can compile a single file/class in visual studio.I often change just …

visual-studio-2005