, C/++, DLL, . , - C/++ statically ( ++). .
If not, you can use the walker dependency tool from the Visual Studio distribution to identify the DLLs your application needs and just put them next to your executable.
What you should know in Visual Studio 2005 and later is that there are manifestos for binaries (and probably will :) make your life harder. Specifically, since SP1 for Visual Studio 2005 changes the C ++ library version and develops as well.
source
share