CallJS Updated

I've updated the CallJS sample project with current WebKit binaries.

* Now uses the WebKit COM API call "WebKitCreateInstance", which greatly simplifies using WebKit. No more having to figure out the right incantation to get the manifest files built properly.
* Cleaned up some of the MFC code.
* Updated to current ICU and other support files.

Enjoy!

UPDATE: Corrected CallJS example link.

Comments

Unknown said…
Is this project still available? Your old version of the CallJS project (from this page) is still available to download, but I get a 404 for this one.

I'm really hoping to get an understanding for how to use WebKit in this way to help port a Cocoa/WebView app to Windows, but keep running into brick walls.
bfulgham said…
Sorry about that. I've updated the link.
Unknown said…
Thanks for that Brent. That new link downloads the same project as the link on the older page, which at a cursory glance appears to be the updated version anyway (using WebKitCreateInstance).

Thanks for the update. Now to dig through it and understand how it all maps to the Cocoa version!
Unknown said…
hi Brent,
thanks for your great work! I build the example and execute the program, but i found that the textarea and the input in the webview cannot be edited, backspace key is enabled, but other keys in the keyboard is disabled, can you help me with this?
Thanks!

Popular Posts