Found the problem. I had to turn off all optimizations in the Microsoft VC 6 C++ compiler for the dll that did the LoadLibrary API to load and call the NSS dll's.
Ken "Kenneth R. Robinette" <[EMAIL PROTECTED]> wrote in message a19vlm$[EMAIL PROTECTED]">news:a19vlm$[EMAIL PROTECTED]... > 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 > > >
