[cfe-dev] libc++ in Windows
Nico Rieck
nico.rieck at gmail.com
Sun Jun 30 21:18:45 PDT 2013
On 01.07.2013 05:58, James Gregurich wrote:
> Some Apple APIs have c++ code in them (webkit, webcore, javascriptcore).
> On 10.6, they would be linked against libstdc++ and you'd symbol clashes
> if you tried to use libc++ in a exe that linked against such libs. I
> would expect at least some MS core libraries to have c++ code in them
> and be linked against their std lib also.
Due to how shared libraries work on Windows, this isn't a problem (as
long as you're careful with resources). And Microsoft's APIs use only C
(or more specifically a subset) and COM.
-Nico
More information about the cfe-dev
mailing list