Webkit Javascript Application in c++

  • Follow


I want to create a webkit/c++ custom application to run javascript on
top of it. can anyone help me out. I am finding difficulties as in i
dont know how to include webkit.dll in my sample c++ application. I
work on windows. can anyone give me a small example how to integrate
webkit in my application.

Thank you in advance.
0
Reply Mital 10/26/2008 12:28:30 PM

Mital wrote:
> I want to create a webkit/c++ custom application to run javascript on
> top of it. can anyone help me out.  I am finding difficulties as in i
> dont know how to include webkit.dll in my sample c++ application. [...]

While JavaScriptCore, which is on-topic here to a certain degree, is a part
of Apple WebKit, I don't think that Webkit programming is on-topic here,
particularly not integration into a C++ application.  JavaScriptCore and
WebKit themselves are written in C++, not in an ECMAScript implementation.


PointedEars
-- 
var bugRiddenCrashPronePieceOfJunk = (
    navigator.userAgent.indexOf('MSIE 5') != -1
    && navigator.userAgent.indexOf('Mac') != -1
)  // Plone, register_function.js:16
0
Reply Thomas 10/26/2008 3:28:20 PM


1 Replies
145 Views

(page loaded in 0.042 seconds)

Similiar Articles:













7/22/2012 8:50:07 PM


Reply: