Hello I am a relatively new at C++. I use Visual Studio 2008. The first thing I found out about Visual Studio is that to run a program on another computer, you need to add the DLL files into the program's folder. However, I also know that setting the runtime library to "/MT" removes the need for the placement of these DLLs. However, whenever I try to set it to /MT it shows a linker error. I have heard that you need to ignore some libraries to fix this, but this does not work. Can anyone please help me out with this error? Thanks