[webkit-dev] Missing icuuc40.dll and other dependencies

2010-03-24 Thread Aram Hăvărneanu
ICUIN40.DLL ICUUC40.DLL LIBXML2.DLL PTHREADVC2.DLL IESHIMS.DLL LIBXSLT.DLL SQLITE3.DLL Where can I get this files? Do I need this files if all I want to do is embed WebKit in some application? Thanks, -- Aram Hăvărneanu ___ webkit-dev mailing list

[webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Aram Hăvărneanu
mpleFontData.h(28) : fatal error C1083: Cannot open include file: 'FontPlatformData.h': No such file or directory 9>WebNodeHighlight.cpp 9>WebKitSystemBits.cpp 9>WebKitDLL.cpp 9>c:\ws\webkit\webkitbuild\include\webcore\SimpleFontData.h(28) : fatal error C1083: Cannot op

Re: [webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Aram Hăvărneanu
.exp 4>Generating code 4>Finished generating code 4>shell32.lib(shguid.obj) : fatal error LNK1103: debugging information corrupt; recompile module What to do next? -- Aram Hăvărneanu ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://l

Re: [webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Aram Hăvărneanu
On Wed, Mar 24, 2010 at 6:27 PM, Aram Hăvărneanu wrote: > If I manually copy WebCore\platform\graphics\cairo to > $(WebKitLibrariesDir)\include\cairo, WebKit compiles fine, but the > linking stage takes forever, then fails with: > > 4>Linking... > 4>   Creating library

Re: [webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Aram Hăvărneanu
lready. > I see. I did the copy workaround and it seems to work, but obviously a better solution must be found. -- Aram Hăvărneanu ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Build Error in the Cairo Port

2010-03-24 Thread Aram Hăvărneanu
On Wed, Mar 24, 2010 at 6:27 PM, Aram Hăvărneanu wrote: > If I manually copy WebCore\platform\graphics\cairo to > $(WebKitLibrariesDir)\include\cairo, WebKit compiles fine, but the > linking stage takes forever, then fails with: > > 4>Linking... > 4>   Creating library

[webkit-dev] Disabling the scrollbars

2010-05-31 Thread Aram Hăvărneanu
needed? Thanks. -- Aram Hăvărneanu ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Disabling the scrollbars

2010-05-31 Thread Aram Hăvărneanu
On Mon, May 31, 2010 at 5:06 PM, Aram Hăvărneanu wrote: > I'd like to disable the scrollbar To answer my own question, I need to call HRESULT WebFrame::setAllowsScrolling(BOOL flag). To get an IWebFrame interface, I call WebView::mainFrame(). -- Aram Hă

Re: [webkit-dev] Disabling the scrollbars

2010-05-31 Thread Aram Hăvărneanu
On Mon, May 31, 2010 at 6:00 PM, Aram Hăvărneanu wrote: > On Mon, May 31, 2010 at 5:06 PM, Aram Hăvărneanu wrote: >> I'd like to disable the scrollbar > > To answer my own question, I need to call HRESULT > WebFrame::setAllowsScrolling(BOOL flag). To get an IWebFrame >