Re: [webkit-dev] stringByEvaluatingJavaScriptFromString: OSX Windows

2008-09-29 Thread Michael Goddard
On Monday 22 September 2008 13:57, Jason Hullinger wrote: That function is not exported by the WebKit DLL, so there is no direct way to GetProcAddress for the method name. Would anyone know what the best approach would be to compile WebKit in order to generate the libs to build my own program

[webkit-dev] stringByEvaluatingJavaScriptFromString: OSX Windows

2008-09-21 Thread Jason Hullinger
In OS X, with the WebKit Framework, I have the following function from WebView doing what I need: - (NSStringhttp://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/Reference/NSString.html#//apple_ref/doc/c_ref/NSString*)stringByEvaluatingJavaScriptFromString:(