Re: Help about NSS and Windows

2009-09-07 Thread Amine
thank you for the answer. I think I'll content myself with the WinNT flavor of NSPR because building the Win95 flavor seems to be a little bit complicated :) best regards Amine -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: Help about NSS and Windows

2009-09-04 Thread Nelson B Bolyard
On 2009-09-04 01:51 PDT, Amine wrote: > Actually, I'v placed the nspr-4.6.4 libraries in c:\jss. So, I've only > replaced the debug libraries of nspr-4.6.4 by the release ones and > everything works properly. Well, if it works, I guess we should stop trying to fix it. :) > I didn't set my path t

Re: Help about NSS and Windows

2009-09-04 Thread Amine
Just a little question : why jss4.dll needs libraries of nspr package such : - libnspr4.dll - libplc4.dll - libplds4.dll even if we can expect that - nspr4.dll - plc4.dll - plds4.dll which exist in C:\Program Files\Mozilla Firefox are probably similar ? -- dev-tech-crypto mailing list dev-tech-cry

Re: Help about NSS and Windows

2009-09-04 Thread Amine
Just a little question : why jss4.dll needs libraries of nspr package such : - libnspr4.dll - libplc4.dll - libplds4.dll even if we can expect that - nspr4.dll - plc4.dll - plds4.dll which exist in C:\Program Files\Mozilla Firefox are probably similar ? -- dev-tech-crypto mailing list dev-tech-cry

Re: Help about NSS and Windows

2009-09-04 Thread Amine
Thank you very much glen for the help, Now, IT WORKS ! Now I really do the difference between a debug build and a release build. Actually, I'v placed the nspr-4.6.4 libraries in c:\jss. So, I've only replaced the debug libraries of nspr-4.6.4 by the release ones and everything works properly. I d

Re: Help about NSS and Windows

2009-09-03 Thread Glen Beasley
On 9/3/09 4:24 PM, Glen Beasley wrote: On 9/3/09 11:23 AM, Nelson B Bolyard wrote: On 2009-09-03 02:23 PDT, Amine wrote: Well, I'll try to be very precise this time. I am writing a little Java program that uses an NSS Internal PKCS#11 Module for signing. Am using Win XP, service pack 3 and

Re: Help about NSS and Windows

2009-09-03 Thread Glen Beasley
On 9/3/09 11:23 AM, Nelson B Bolyard wrote: On 2009-09-03 02:23 PDT, Amine wrote: Well, I'll try to be very precise this time. I am writing a little Java program that uses an NSS Internal PKCS#11 Module for signing. Am using Win XP, service pack 3 and, for now, no Visual C++ is installed.

Re: Help about NSS and Windows

2009-09-03 Thread Nelson B Bolyard
On 2009-09-03 02:23 PDT, Amine wrote: > Well, I'll try to be very precise this time. > > I am writing a little Java program that uses an NSS Internal PKCS#11 > Module for signing. Am using Win XP, service pack 3 and, for now, no > Visual C++ is installed. > > So am using the JSS 4.2 that uses NSP

Re: Help about NSS and Windows

2009-09-03 Thread Amine
Well, I'll try to be very precise this time. I am writing a little Java program that uses an NSS Internal PKCS#11 Module for signing. Am using Win XP, service pack 3 and, for now, no Visual C++ is installed. So am using the JSS 4.2 that uses NSPR 4.6.4 and NSS 3.11.4. I've downloaded the JSS Shar

Re: Help about NSS and Windows

2009-09-02 Thread Glen Beasley
hi, What is the debug assertion message? While you may not get the assertion in optimize build, it may be an issue that needs to be addressed. Also, please specify what versions you're using. Meaning I am trying to build JSS 4.3, NSS 3.12.4, NSPR 4.8 using Visual C++ 6.0 and Java 6. To build o