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

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to