[Webkit-unassigned] [Bug 88321] [Qt][Win] Fix broken QtWebKit5.lib linking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 01:33:56 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88321





--- Comment #13 from Csaba Osztrogonac <ossy at webkit.org>  2012-06-12 01:33:55 PST ---
Now I have only 3 unresolved external:
WebCore.lib(ImageQt.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) class QPixmap __cdecl WebCore::qt_pixmapFromWinHBITMAP(struct HBITMAP__ *,int)" (__imp_?qt_pixmapFromWinHBITMAP at WebCore@@YA?AVQPixmap@@PAUHBITMAP__@@H at Z) referenced in function "public: static class WTF::PassRefPtr<class WebCore::BitmapImage> __cdecl WebCore::BitmapImage::create(struct HBITMAP__ *)" (?create at BitmapImage@WebCore@@SA?AV?$PassRefPtr at VBitmapImage@WebCore@@@WTF@@PAUHBITMAP__@@@Z)
WebCore.lib(PluginViewWin.obj) : error LNK2019: unresolved external symbol "public: struct HDC__ * __thiscall WebCore::GraphicsContext::getWindowsContext(class WebCore::IntRect const &,bool,bool)" (?getWindowsContext at GraphicsContext@WebCore@@QAEPAUHDC__@@ABVIntRect at 2@_N1 at Z) referenced in function "public: __thiscall WebCore::LocalWindowsContext::LocalWindowsContext(class WebCore::GraphicsContext *,class WebCore::IntRect const &,bool,bool)" (??0LocalWindowsContext at WebCore@@QAE at PAVGraphicsContext@1 at ABVIntRect@1 at _N2@Z)
WebCore.lib(PluginViewWin.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebCore::GraphicsContext::releaseWindowsContext(struct HDC__ *,class WebCore::IntRect const &,bool,bool)" (?releaseWindowsContext at GraphicsContext@WebCore@@QAEXPAUHDC__@@ABVIntRect at 2@_N2 at Z) referenced in function "public: __thiscall WebCore::LocalWindowsContext::~LocalWindowsContext(void)" (??1LocalWindowsContext at WebCore@@QAE at XZ)
.

I'm digging them ...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list