[webkit-help] Reg.Compilation and Link error when build the latest win cairo ...

2011-11-24 Thread Vicky Tux
Hi, we check out and build the latest webkit[webkit-r101042](Nightly build) on Windows platform, with Debug_cairo_CFLight options. we face following compilation errors on build 5>WebView.cpp 5>WidgetBackingStore.h(54) : error C2061: syntax error : identifier 'PlatformWidget' 5>WidgetBackingStore.h

Re: [webkit-help] Using QtTestBrowser on Windows (and avoiding Cygwin...)

2011-11-24 Thread Ariya Hidayat
Cygwin is needed for Apple Windows port of WebKit. If you just want to build + play with QtWebKit on Windows, this is the page you should be following: http://trac.webkit.org/wiki/BuildingQtOnWindows. Beside Qt itself and a bunch of GnuWin32-based tools, you don't need anything else. -- Ariya H

[webkit-help] Using QtTestBrowser on Windows (and avoiding Cygwin...)

2011-11-24 Thread André Caron
Hi All, I’m investigating the use of QtWebKit as a means to develop a desktop application with web technologies (HTML/JavaScript). I have a sample application with an embedded QtWebView that displays a small page with a JavaScript-powered graph application (Dracula[1] -- based on Raphael[2] -