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.

How can I resolve this link error in Visual Studio (LNK2005)?

I keep having linker errors of the following form: libcmtd.dll msvmrtd.dll some element(ex: _mkdir ) already defined... and …

visual-c++ visual-studio-2005 msvcrt crt
Create Project/solution in an existing directory?

How can I create a New project & Solution in the same, existing , directory? No matter what I do, it …

visual-studio ide visual-studio-2005 visual-sourcesafe
Precompiled headers with DLL solutions. Cannot open precompiled header file

This worked without error when this solution worked off of .lib files instead of .dll files. I have all of …

c++ dll visual-studio-2005 precompiled-headers
Why am I getting the "LoaderLock was detected" warning when debugging?

I'm developing an add-on for AutoCAD 2009. The project output is a class library. When I attempt to debug and load …

visual-studio-2005 class-library autocad
Copy-paste code from Visual Studio, but paste UNFORMATTED code

Is there any way to force Visual Studio to copy selected code to the clipboard as unformatted text? When I …

visual-studio visual-studio-2008 visual-studio-2005 copy-paste
Using HashSet in C# 2.0, compatible with 3.5

I really want to use hashsets in my program. Using a dictionary feels ugly. I'll probably start using VS2008 with .…

c# .net visual-studio-2005
Convert nmake makefile into Visual Studio 2005 project

We have some old C code here that's built with nmake. Is there an automated way to pull the Makefile …

c visual-studio-2005 nmake
Does Msbuild recognise any build configurations other than DEBUG|RELEASE

I created a configuration named Test via Visual Studio which currently just takes all of DEBUG settings, however I employ …

visual-studio-2005 msbuild
Why is /clr incompatible with /mt and /mtd in Visual Studio?

can anybody please explain for me how and why /clr is incompatible with /mtd ? What is the alternative for this? …

visual-studio visual-c++ visual-studio-2005 c++-cli conditional-compilation