[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] CString vs std::string

From: Will Dean <svn_at_indcomp.co.uk>
Date: 2004-12-22 14:02:35 CET

At 14:53 22/12/2004 +0200, you wrote:

>You're right, what I should have said was "it is possible to use
>std::string without incurring any DLL dependencies because of that".
>
>I wasn't aware that if you link dynamically with MFC, you must also
>link dynamically with the CRT and C++RT.
>
>BTW, is it even possible nowadays to have MFC linked statically?

It is. But it does make the apps a bit bigger (though not as bit as 1 app
+ MFC/CRT DLLS).

If you've got several apps in one distribution which use MFC, it's
generally better to link dynamically. In terms of distribution size, I
should think there's not much in it for TSVN.

MS are certainly encouraging people towards dynamic linking, and I think
VS2005 reduces the number of different CRT variants (the single-threaded
static has gone), but I think static is still being allowed even there.

Will

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Dec 22 14:03:25 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.