[cfe-dev] libc++ in Windows
James Gregurich
bayoubengal at mac.com
Mon Jul 1 14:40:36 PDT 2013
How about libs like MSHMTL and JSCRIPT?
On Jun 30, 2013, at 9:18 PM, Nico Rieck <nico.rieck at gmail.com> wrote:
> 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