tak wrote: > Hi, > I am trying build application on WINNT using NSS APIs. > I want to build application using Shared Libraries. > Is it possible? > If it is possible, could you tell me how to build it ? yes, if you use NSS 3.2. Change your link line from the list of static libraries to: [-lsmime3] [-lssl3] -lnss3 Many of the undocumented API's that ere exported in our public headers are purposefully not exported in the dll's. That is because we intend to eventually change these API's and we want to maintain binary compatibility with all versions of libnss3.so (nss3.dll). Most of the tasks you accomplish with the low level calls can be better accomplished with the higher level calls. bob > > Thanks, > > Tak >
