[webkit-dev] VS2005 debugger complains that webkit.pdb does not match with webkit.dll
张雷
zhang.lei at kortide.com.cn
Fri Jun 19 20:47:42 PDT 2009
Sorry, I didn't notice that the webkit.dll was not the one I built but
the one under Safari install dir. What's more, I missed to make it clear
that I writes a minibrowser of my own, not the WinLauncher demo. And I
find that
CoCreateInstance(CLSID_WebView, 0, CLSCTX_ALL, IID_IWebView,
(void**)&m_webView);
always locates the webkit.dll under Safary install dir rather than the
one I compiled no matter what path env I set. If I rename the one under
Safari dir, then CoCreateInstance(CLSID_WebView, ...) fails!
Do I need to register my webkit.dll as a COM server every time I launch
my minibrowser for debug? However, I also want my Safari working without
effects. So, any suggestions?
-------- 原始信息 --------
主题: [webkit-dev] VS2005 debugger complains that webkit.pdb does not
match with webkit.dll
发件人: 张雷 <zhang.lei at kortide.com.cn>
收件人: WebKit Development <webkit-dev at lists.webkit.org>
日期: 2009-6-20 10:45
> Hey, dear friends. I succeeded building WebKit from within VS2005 IDE
> with your helps. But I encountered another problem: when I was
> debugging with webkit.dll, no symbols for that dll was loaded and the
> debugger complained that no proper PDB found for webkit.dll, though
> webkit.pdb was placed exactly in the same folder with webkit.dll. I
> tried manually specifying the webkit.pdb file for the webkt.dll. But
> the compiler refused the pdb file for mismatch.
>
> My platform and compliler tools are:
> WinXP with sp3
> Visual Studio 2005 Professional with sp1
>
> I followed exactyly what the building instructions says and set
> WEBKITOUTPUTDIR and WEBKITLIBRARIESDIR and did no change to any build
> script.
>
> Did you ever enconter this problem before and how did you fix it? Many
> thanks for any help :)
>
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
More information about the webkit-dev
mailing list