I am trying to load the NSS-3.1.1 window dll's nss3.dll, plc4.dll and nspr4.dll with the Windows LoadLibrary function. The loads appear to function correctly, however my applicaton always aborts a few seconds after using several of the functions contained within the subject dll's.
I tried using the NSS-3.3 dll's distributed in binary form and get the same result. If I link instead using the .libs for each of the above dll's, all works perfect. Is there a known problem linking NSS in a dynamic manner. Ken
