Re: [webkit-dev] crash in WebKit.dll when debuging WinLauncher

2008-12-25 Thread Brent Fulgham
You most likely do not have the SafarTheme.dll file in the directory of your application, OR you are missing the set of Safari Theme resources. These can be copied from the Safari instance. I believe they are held in a directory called Safari.resources or SafariTheme.resources. -Brent

[webkit-dev] crash in WebKit.dll when debuging WinLauncher

2008-12-25 Thread yin xiaobing
#if USE(SAFARI_THEME) #if !defined(NDEBUG) && defined(USE_DEBUG_SAFARI_THEME) SOFT_LINK_DEBUG_LIBRARY(SafariTheme) #else SOFT_LINK_LIBRARY(SafariTheme)--->breaks here #endif (..\WebKitClassFactory.cpp:67 SafariThemeLibrary) First-chance exception at 0x5ec2a3a8 (WebKit.dll) in W