Re: [webkit-dev] Linking against MultiThreadedDLL instead of MultiThreaded on Windows (wincairo)

2017-05-19 Thread Fujii Hironori
On Fri, May 19, 2017 at 5:24 PM, Isaac Devine wrote: > On 19 May 2017 at 16:16, Fujii Hironori wrote: >> > I have a linker warning because it was no longer linked to the > MultiThreadedDLL, and was statically linked instead. The behavior

Re: [webkit-dev] Linking against MultiThreadedDLL instead of MultiThreaded on Windows (wincairo)

2017-05-19 Thread Isaac Devine
On 19 May 2017 at 16:16, Fujii Hironori wrote: > On Fri, May 19, 2017 at 8:18 AM, Isaac Devine > wrote: > > Hi, > > > > I'm looking at linking against WebKit in my application, which is linked > > against the MultiThreadedDLL CRT (i.e.

[webkit-dev] Linking against MultiThreadedDLL instead of MultiThreaded on Windows (wincairo)

2017-05-18 Thread Isaac Devine
Hi, I'm looking at linking against WebKit in my application, which is linked against the MultiThreadedDLL CRT (i.e. dynamically linked); however WebKit is linked against the MultiThreaded CRT (i.e. statically linked). I've linked against previous builds with this configuration "without problems".