Hi Jeff, Enter the full URL, such as http://www.google.com
pj_wh120 wrote: > > hi Adam and Simon, > Thanks for you reply, I changed the code as you said, the latter one,the > error miss. > Another, I want to know that the QTwebkit part have been finished basic > browse function like "open a URL and display web page",because I run > per WebKitBuild\Release\bin\QtLauncher.exe > just a simple frame,I enter a URL link, no response, or maybe because I > changed the 'WIN_OS' to 'WIN'? > Thanks! > Jeff. > > > > >> Sounds like the build is legitimately broken. It would be great if >> you could file a bug at <http://bugs.webkit.org/>! >> >> I think we have two options here: >> >> 1) Make the Windows Qt build link against shlwapi.lib (the library >> that defines PathFindFileName) >> 2) Change the call to PathFindFileName to only be #if PLATFORM(WIN) >> (currently it's PLATFORM(WIN_OS), which includes Qt), and make a >> PLATFORM(QT) version. >> >> I don't know which is the better choice for the Qt build. Perhaps >> Lars or Simon have a better idea? > > I like the latter idea :) > > > Simon > > ------------------------------------------------------------------- > 吉贝克 ——商业智能的领军者( > http://d1.sina.com.cn/sina/limeng3/mail_zhuiyu/2007/mail_zhuiyu_20070723.html > ) > > =================================================================== > 注册新浪2G免费邮箱(http://mail.sina.com.cn/) > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo/webkit-dev > > -- View this message in context: http://www.nabble.com/RE%3ARe%3A-build-QTwebkit-errors-on-windows-tf4334048.html#a12364841 Sent from the Webkit mailing list archive at Nabble.com. _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

