Anyone knows in what circumstances a DLL will be unloaded?
For example, if I create a DLL object
var twslnk = new DLL( "c:/windows/system32/twslink.dll" );
whether this object be distroyed if I reload the EFS or the primary symbol in the chart is changed?
Help is greatly appreciated.
- Clearpicks
For example, if I create a DLL object
var twslnk = new DLL( "c:/windows/system32/twslink.dll" );
whether this object be distroyed if I reload the EFS or the primary symbol in the chart is changed?
Help is greatly appreciated.
- Clearpicks
Comment