Hello, I have been successfully building a DLL that links in the NSS import libraries (ssl3.lib, nss3.lib, and smime3.lib) and NSPR import libraries (libnspr4.lib libplc4.lib libplds4.lib). However I now have a requirement for a static version of this DLL. Should I be able to build a static version of my DLL that uses the NSS DLLs, or do I need the NSS static libraries in order to so? Same question on UNIX: I have a .so (shared object) file that links in the NSS .so. WHat do I need to build a staitic version of my library (.o file)?
--P
