Re: JSS/NSS library dependencies on Windows XP

2015-11-14 Thread Opa114
Am Donnerstag, 8. März 2012 14:22:07 UTC+1 schrieb Waldemar Kozba: > Hi, > > I've just compiled successfully the JSS 4.3.2 on Windows 7 (XP should be fine > with it too) using Visual Studio 2008 Express Edition. > > Prerequisites: > - Visual Studio 2008 Express Edition > - Windows SDK v6.0A > -

JSS/NSS library dependencies on Windows XP

2012-03-08 Thread Waldemar Kozba
Od: dev-tech-crypto-bounces+waldemar.kozba=max.com...@lists.mozilla.org [dev-tech-crypto-bounces+waldemar.kozba=max.com...@lists.mozilla.org] w imieniu helpcrypto helpcrypto [helpcry...@gmail.com] Wysłano: 8 marca 2012 08:58 Do: mozilla's crypto code discussion list Temat: Re: JSS/NSS library de

Re: JSS/NSS library dependencies on Windows XP

2012-03-07 Thread helpcrypto helpcrypto
I dont know if building nss for windows does need an especial environment like mingw/cygwin. I dont expect things like $'\r work on cmd. Anyhow, the first error means the binary cl.exe cant be found. Try looking for it on your hard drive and add the correct directory to the path (if not already).

Re: JSS/NSS library dependencies on Windows XP

2012-03-07 Thread SUMANTH_k
have encountered >>> with JSS/NSS on Windows XP?  Thanks in advance for any tips, pointers, >>> or >>> solutions. >>> >>> -Paul Silvey >>>  The MITRE Corporation >>> -- >>> dev-tech-crypto mailing list >>> dev-tech-crypto@lists.

Re: JSS/NSS library dependencies on Windows XP

2012-03-06 Thread helpcrypto helpcrypto
th JSS/NSS on Windows XP?  Thanks in advance for any tips, pointers, or >> solutions. >> >> -Paul Silvey >>  The MITRE Corporation >> -- >> dev-tech-crypto mailing list >> dev-tech-crypto@lists.mozilla.org >> https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: JSS/NSS library dependencies on Windows XP

2012-03-06 Thread SUMANTH_k
gt; -Paul Silvey > The MITRE Corporation > -- > dev-tech-crypto mailing list > dev-tech-crypto@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-tech-crypto > -- View this message in context: http://old.nabble.com/JSS-NSS-library-dependencies-on-Windows-XP-tp2917609

Re: JSS/NSS library dependencies on Windows XP

2010-07-20 Thread Caden.smith Smith
Good morning. Once again thank you both for the feedback that turned me on the right track. I'll try to resume what was the problem and yes, it was related to some "wild goose chase". Using dumpbin instead of dependency walker I did verify that IEFRAME.DLL depends on both missing libs that don't

Re: JSS/NSS library dependencies on Windows XP

2010-07-20 Thread Mook
On 2010-07-19 10:56 AM, Caden.smith Smith wrote: I'll look into this tomorrow. Just for your information, here is the tree: JSS4.DLL NSPR4.DLL ADVAPI32.DLL SECUR32.DLL this is a delay-loaded dependency NETAPI32.DLL DNSAPI.DLL MPRAPI.DLL

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Nelson B Bolyard
On 2010-07-19 10:56 PDT, Caden.smith Smith wrote: > Just for your information, here is the tree: > > JSS4.DLL > NSPR4.DLL > ADVAPI32.DLL The factors under the control of the way in which JSS and NSPR are built end here. Anything below this point has NOTHING to do with them. Everything be

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Wan-Teh Chang
Hi Cad, On Mon, Jul 19, 2010 at 10:56 AM, Caden.smith Smith wrote: > > Just for your information, here is the tree: > > JSS4.DLL >  NSPR4.DLL >    ADVAPI32.DLL >      SECUR32.DLL >        NETAPI32.DLL >          DNSAPI.DLL >            MPRAPI.DLL >              SETUPAPI.DLL >                SHELL

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Caden.smith Smith
I'll look into this tomorrow. Just for your information, here is the tree: JSS4.DLL NSPR4.DLL ADVAPI32.DLL SECUR32.DLL NETAPI32.DLL DNSAPI.DLL MPRAPI.DLL SETUPAPI.DLL SHELL32.DLL SHDOCVW.DLL

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Wan-Teh Chang
I can suggest two things to help track this down. 1. Find out which DLLs require IESHIMS.DLL and WER.DLL. This should be a chain of DLL dependencies that ultimately leads to an NSS or NSPR DLLs (the "culprit"). Right now I don't know what the culprit is. The NSPR DLLs are: nspr4.dll, plc4.dll, p

Re: JSS/NSS library dependencies on Windows XP

2010-07-19 Thread Caden.smith Smith
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 Wi

Re: JSS/NSS library dependencies on Windows XP

2010-07-15 Thread Wan-Teh Chang
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 the

JSS/NSS library dependencies on Windows XP

2010-07-15 Thread Silvey, Paul E.
I'm trying to run some Java code that uses JSS/NSS. On my Macintosh, the pre-built dylibs for darwin work fine. On Windows XP, I have a problem loading the dynamic libraries, as soon as CryptoManager.initialize is called. When I run the dependency walker tool on the jss4.dll, I'm told that IE