maskkid / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

This project's tree structure and source code is a mess #166

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi all,

The SVN checkout doesn't compile, the downloads don't compile, and after 
following the instructions from Issue #165, even running the Example complains 
about WebKit.Interop.dll not being found.  Assembly names different from 
namespaces, screwed up .NET versioning issues, different projects in different 
solutions depending on which version of Visual Studio you use--this is a 
disaster.

Does anyone actually test the distributions and builds?  If I figure out how to 
get this all to actually work and compile, I'll be happy to post the changes, 
but for now, I'm still trying to get the example running.

Yes, I'm calling you guys to task to clean this up -- this is a perfect example 
of what gives open source a bad reputation.

--Marc

Original issue reported on code.google.com by marc.cli...@gmail.com on 5 Feb 2013 at 6:54

GoogleCodeExporter commented 8 years ago
After starting from a blank VS2012 solution and working my way through 
resolving errors, assembly references, embedded interop issues, resources, and 
so forth, I have a version of open-webkit-sharp that builds and runs without 
warnings (fixed those) and of course errors.  And it builds in Debug mode.  
Anyone interested can email me at marc.clifton@gmail.com and I will provide you 
with the FTP information (it's a 28MB zip file!), and if the folks on this site 
want to post the build here, I'm happy to give it to them too.

--Marc

Original comment by marc.cli...@gmail.com on 5 Feb 2013 at 9:52