Is it possible to password protect a dll at compiletime.
Please excuse my noobness, but let me explain what I mean.
You app an runtine makes a lot of calls to a function in a library so it opens it and keeps it open for the duration your app is running.
Is it possible to have the dll password protected upon opening, and then the subsiquent function calls are unhindered.
I have never compiled a dll before and Im aware that my question might be a silly one.
Thanks for reading.