
11 Jan
2013
11 Jan
'13
8:40 a.m.
On Fri, Jan 11, 2013 at 9:15 AM, Andrey Semashev <andrey.semashev@gmail.com> wrote:
In Visual Studio, easily the most popular Windows IDE, the VC++ modules all link by default to the DLL version of libraries ( RTL, MFC, ATL etc. etc. ). Of course you can change this but the default is DLLs, not static libs.
Yes, you're right, although the libraries you list are typically available in Windows distribution and applications need not to worry distributing them. Boost is different in this regard.
That's not true, unfortunately. You'll have to take care of redistributing the relevant installer yourself or link statically. -- Olaf