Re: [pyxpcom] MSVCR80.dll not loading
by Sebastian Tusk other posts by this author
May 24 2007 7:46AM messages near this date
view in the new Beta List Site
Re: [pyxpcom] MSVCR80.dll not loading
|
[pyxpcom] New python tutorial
> Iâ??ve managed to build firefox with the pyxpcom extenstion using
> instructions from mozillaâ??s Windows_Build_Prerequistes page. I used
> Microsoft Visual C++ 8 free edition and the Windows Platform SDK.
>
> Everything appears to build fine. I can launch firefox, and successfully
> run the python xul tests.
>
> However when I try to run the standalone; python â??c â??from xpcom import
> componentsâ? , I get an error saying that msvcr80.dll is missing. I then
> put this in \windows\system32, and run again, but this time I get:
>
> â??R6034
>
> An application has made an attempt to load the C runtime library
> incorrectlyâ?¦.â?
The C runtime in vc8 must be installed in the side-by-side assembly
store. You should use the official installer for this libraries.
<http://www.microsoft.com/downloads/details.aspx?FamilyID=32bc1bee-a3f9-4c13-9c99-220b62a191
ee&DisplayLang=en>
Sebastian
_______________________________________________
pyxpcom mailing list
pyxpcom@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Mark Hocknell
Mark Hammond
Sebastian Tusk
|