Webkit Javascript Application in c++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mital

    Webkit Javascript Application in c++

    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.
  • Thomas 'PointedEars' Lahn

    #2
    Re: Webkit Javascript Application in c++

    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 bugRiddenCrashP ronePieceOfJunk = (
    navigator.userA gent.indexOf('M SIE 5') != -1
    && navigator.userA gent.indexOf('M ac') != -1
    ) // Plone, register_functi on.js:16

    Comment

    Working...