Re: [webkit-dev] WebCoreLocalizedStrings

2008-10-04 Thread Jason Hullinger
To answer my own question, if you link against WebCore, you have to implement the functions in WebCoreLocalizedStrings from WebKit. That said, you also have to implement loadResourceIntoBuffer in WebKitDLL. However, there is this note from that function: //FIXME: We should consider moving this to

[webkit-dev] WebCoreLocalizedStrings

2008-10-03 Thread Jason Hullinger
I'm building a Win32 project that links to WebCore.lib and I'm getting some linker errors, for instance: Error1error LNK2001: unresolved external symbol class WebCore::String __cdecl WebCore::unknownFileSizeText(void) ([EMAIL PROTECTED] @@[EMAIL PROTECTED]@XZ)WebCore.lib All of them