[webkit-dev] Windows sample app

Lei Tang Lei.Tang at BDMetrics.com
Mon Oct 22 16:37:31 PDT 2007


I was able to create a simple MFC app using WebKit as a COM component
and it seems working. However when I closed the app, it crashed and the
crash seems related to pthread.dll.  I think I might need to called some
cleanup functions before closing the app but still have not figure it
out.  Does anybody have any idea what's problem could be?

Thanks,
Lei

-----Original Message-----
From: webkit-dev-bounces at lists.webkit.org
[mailto:webkit-dev-bounces at lists.webkit.org] On Behalf Of Michael Seydl
Sent: Sunday, October 21, 2007 3:16 PM
To: webkit-dev at lists.webkit.org
Subject: Re: [webkit-dev] Windows sample app

Hi,

Under windows you have to invoke the native webkit window just like any 
other activex/com component.

A good example are the windows versions of Drosera and 
DumpRenderTree(win/DumpRenderTree.cpp), which both make use of the 
WebKitInitializer to register the component and how implement it.

Just pull the samples from the svn if u haven't already and take a look 
for yourself!

Hope that helps. Good Luck!

mike

Lei Tang wrote:
>
> I would like to learn how to use WebKit in a Windows app as a HTML 
> rendering engine.  Does anybody have any Windows app can be used as a 
> quick start sample?  
>
>
------------------------------------------------------------------------
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>   

_______________________________________________
webkit-dev mailing list
webkit-dev at lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


More information about the webkit-dev mailing list