essAbubakar / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

Missing dependencies on run #122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load: https://github.com/krazyjakee/WinGap/tree/master/WinGap into visual 
studio 2010.
2. Drag dependencies from "core" and "references" folder of openwebkitsharp 
into debug folder.
3. Attempt to run application.

What is the expected output? What do you see instead?
I expect to see a form with a webkitbrowser instead.
An error talking about missing dependencies, when all dependencies are present.

What version of the product are you using? On what operating system?
Webkitsharp 2.8, Visual C# 2010, win7 64 bit.

Please provide any additional information below.
I followed the tutorial to place all dependencies in the debug folder including 
some missing ones like jscore.dll.

I've been at this for days, can somebody just take the time to see what's wrong 
with this?

Original issue reported on code.google.com by krazyja...@gmail.com on 22 Jun 2012 at 2:10

GoogleCodeExporter commented 9 years ago
What exatcly does the error say? Could you provide more details please? Is 
there a specifix dependency that the library asks for?

Original comment by tsumalis96@gmail.com on 28 Jun 2012 at 3:35

GoogleCodeExporter commented 9 years ago
Turns out I was loading it into Visual C# express 2010 which is different to 
VS2010

I was not able to create a windows application from scratch and use this 
component. I followed all the tutorials perfectly to reference everything and 
it would not run. After copying all files into the folder it refused to run and 
produced an unknown dependencies error.

However, I was able to get it working by loading the example project file into 
VC# 2010 and compile a working application that used the component. I have no 
idea what the differences between a fresh winforms app and the example project 
files. I checked through all the options/references and everything was the same.

Original comment by krazyja...@gmail.com on 29 Jun 2012 at 12:58

GoogleCodeExporter commented 9 years ago
Hi Guys,
I downloaded last version from 6-30-2012, opened it in VS2010 and got issue as :
error LNK1181: cannot open input file 'JavaScriptCore.lib'
What is wrong here ?
Any help appreciated
Regards, Anatoly

Original comment by anatoly...@gmail.com on 21 Jul 2012 at 12:56