[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: Ivan-Assen Ivanov <ivanassen_at_gmail.com>
Date: 2004-12-22 13:26:34 CET

> Hmm. Well, my std::string test brings in a depdency on MSVCP71.DLL (which
> is what I always think of as the STL DLL, though I know that's not its
> official title.)
>
> The imports it uses from the DLL are members of std::basic_string.

You have somehow chosen to use the run-time library and the Standard
C++ Library from a DLL, while you can also have them linked into your
executable. Here's the appropriate page from MSDN:

http://tinyurl.com/q20a

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Dec 22 13:27:21 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.