Hi How can I enable WebGL and FileReaderAPI support in my Apple's Window Port - WebKit Built?
When I try to run my project(WinLauncher.exe) it gives an error "Application failed to start please reinstall the application again" on my other Windows XP machines Probably because Microsoft Visual Studios 2005 Express Edition is not installed there. (which is normal because I dont feel the need to have my Visual Studios on every other PC i run my executable on - which currently seems to be like it) On running it through Dependency_Walker I came to know it relies on three files msvcm80.dll msvcp80.dll and msvcr80.dll. Even if i try to compile the WebKit Projects (WebKit Build) using Multithreaded DLL as the Runtime Library option under Code Generation in Project Properties It still relies on the above mentioned DLL's as pthreadVC.dll required them (without which WinLauncher.exe wont run) How can I solve this issue ? I had a suggestion for the above problem that extending "WebKit" Project instead of "WinLauncher" Project Advantages:- I dont need to port anything besides the WebKit.dll and JavascriptCore.dll Disadvantages:- Dependency on Safari Can Someone Guide me with this -- Mr. Nimish Nayak
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
