[webkit-dev] webFrame->loadRequest(...) fails with acces violation exception
Adam Roben
aroben at apple.com
Thu Mar 5 06:32:18 PST 2009
On Mar 5, 2009, at 4:17 AM, Frank Thomsen wrote:
> The application breaks in StringImplCF.cpp, in the method
> “CFStringRef StringImpl::createCFString()” at this line:
> CFStringRef string = CFStringCreateWithCharactersNoCopy
> (allocator, reinterpret_cast<const UniChar*>(m_data), m_length,
> kCFAllocatorNull);
>
> As previously mentioned it is the same error that I get when trying
> to run WinLauncher.exe. Does anyone know what the problem is?
The line of code you quoted is trying to call into CoreFoundation.dll.
CoreFoundation.dll is only distributed with Safari. You need to have
Safari installed to be able to use this port of WebKit.
-Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090305/7d7e4d28/attachment.html>
More information about the webkit-dev
mailing list