Re: Accessing Mozilla NSS library functions in JavaScript-XPCOM

2012-10-08 Thread Brian Smith
Brian Teh wrote: > Currently, my extension uses the NSS library which is coded in C++. > But due to 6-week release cycle for Thunderbird, I am wondering > whether are there examples on how to use Mozilla NSS for > JavaScript-XPCOM, to avoid the need for re-compiling the binary > components? Curren

Re: undefined reference to '_InterlockedIncrement' when compiling nss under MinGW

2012-10-08 Thread Brian Smith
weizhong qiang wrote: > Thanks for the instruction. I tried the build of nss on with > mozillabuild tool (with MS VC and MS SDK, using MS compiler for > compilation) on Win7. And the build did pass. > But the build with MinGW/MSYS (using gcc for compilation) still > failed. > I hope the build (wit