Hello

Sorry to revive the thread but I find the same problem.

I went to see why the referred libs don't exist in Windows XP and the
explanation is quite simple. for instance:
http://stackoverflow.com/questions/2465111/dependency-walker-reports-ieshims-dll-and-wer-dll-missing

However, I used a WinXP machine to make my deploy following the instruction in:
https://developer.mozilla.org/jss_build_4.3.html

So I guess the build defaulted to Windows Vista/7 configuration. How
can one go around this and make a build for WinXP? Download a previous
version of JSS?

Thank you
Cad

On Thu, Jul 15, 2010 at 7:28 PM, Wan-Teh Chang <w...@google.com> wrote:
> Hi Paul,
>
> IESHIMS.DLL, WER.DLL, NCRYPT.DLL, and BCRYPT.DLL
> are all Windows system DLLs.  So you cannot copy them
> from one version of Windows to another version of Windows.
> System DLLs should already be installed on a system.
>
> In particular, NCRYPT.DLL and BCRYPT.DLL are newly
> added in Vista, so they don't exist in XP.
>
> The root problem is that your jss4.dll depends on IESHIMS.DLL
> and WER.DLL.  Perhaps your jss4.dll was built for Vista and
> later only?  Just a wild guess.
>
> Wan-Teh
> --
> dev-tech-crypto mailing list
> dev-tech-crypto@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-tech-crypto
>
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to