This sounds like it's trying to launch using different DLLs than the once you compiled it with. You can check if the correct DLLs are used using the ProcessExplorer (in View/Lower Pane View/DLLs) or Depends utilities.
Try to launch it from the same console you built WebKit with or make sure that your PATH variable contains the correct Qt's lib directory before any other Qt directory. That's just a guess though, it might be something totally different. Jocelyn On Mon, 22 Aug 2011 09:44:10 +0530 ext Mustafizur Rahaman <[email protected]> wrote: > Resending the email with an image of lesser size... > > Thanks. > Rahaman > > On Mon, Aug 22, 2011 at 9:40 AM, Mustafizur Rahaman > <[email protected]>wrote: > > > Hi All, > > > > I am able to successfully build WebKit-QT on windows but when I am > > trying to launch the executable, I am getting the following error > > as attached. Is any one aware of this issue & can help me out. > > > > P.S. You might need to zoom the image to see the error message > > properly. > > > > Thanks, > > Rahaman > > > _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
