Mike,
Which version of VS did you use to build?
I have had the same manifest issue with VS2005. I've come to the
conclusion that the only way to get all of the parts to fit is to build
everything from scratch with the same compiler (not yet accomplished!)
Is the source available to rebuild these with out using a
manifest for each dll generated.
The source is in Github but right now only with working VS2010 project
files.
https://github.com/bfulgham/WinCairoRequirements
Copied the bin directory with all of the built exes/dlls to another machine and
tried to run WinLauncher.
You might want to try and pick up the paths to all of the referenced DLL
files on the old machine. But probably a quick path to hell ...
On 07/12/2011 15:02, Mike Fairlamb wrote:
Hi,
Successfully built a version of cairo Webkit and was running winlauncher on my
old development machine.
Copied the bin directory with all of the built exes/dlls to another machine and
tried to run WinLauncher.
This is when I run into the problem of side by side dlls. I have installed the
vs2008 runtime. In the event log is was getting messages like
Activation context generation failed for
"D:\Projects\Webkit\win\Release_Cairo_CFLite\bin\WebKit.dll".
Dependent Assembly Microsoft.VC80.CRT,processorArchitecture="x86",
publicKeyToken="1fc8b3b9a1e18e3b",
type="win32",version="8.0.50727.5592" could not be found. Please use
sxstrace.exe
for detailed diagnosis.
What I understand it was looking for a specific version of the MSVCR80.DLL file.
I
copied the three runtime dlls into the current directory and created a .manifest
file for Winlauncher. This moved the problem to another dll asking for
version="8.0.50727.6195".
The other dlls that were causing me problems were the ones from
Webkitlibraries\bin. Is the source available to rebuild these with out using a
manifest for each dll generated.
As anyone else had these problems.
Mike
_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help