edusis / open-webkit-sharp

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

non-portability...open-webkit-sharp requires many VC++ frameworks to be installed #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to use open-webkit-sharp on a client-side application and this issue of 
missing assemblies is a big problem as I cannot expect clients to install 
nearly half a dozen VC++ runtimes to make it run correctly. 

Earlier I ran into an issue with "Retrieving the COM class factory for 
component with CLSID {D6BCA079-F61C-4E1E-B453-32A0477D02E3}" and the problem 
was only solved after installed multiple VC++ runtimes to bridge whatever DLLs 
were missing from the GAC. (More details in comments section: 
https://code.google.com/p/open-webkit-sharp/issues/detail?id=69)

These external project dependencies make open-webkit-sharp very non-portable 
and will likely fail to run on many end-users machines. Do you think it would 
be possible to package all necessary DLLs directly in output binaries folder to 
overcome whatever could be missing from the GAC? 

Original issue reported on code.google.com by sourceho...@gmail.com on 22 Feb 2012 at 2:57

GoogleCodeExporter commented 9 years ago
See the reply to the same question here: 
http://code.google.com/p/open-webkit-sharp/issues/detail?id=69#c7

Original comment by tsumalis96@gmail.com on 23 Feb 2012 at 8:02

GoogleCodeExporter commented 9 years ago
Thank you for reviewing the issue.

Original comment by sourceho...@gmail.com on 23 Feb 2012 at 8:05