<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    In BlackBox  one can do <br>
    Info->Loaded Modules<br>
    which yields a list of all modules currently in memory.<br>
    One can then select a subset of that list and do<br>
    Dev->Unload Module List<br>
    and all of those modules will be unloaded IF<br>
    every module in the list has clients in the<br>
    list or a module has no clients. <br>
    Said another way, the selected modules<br>
    comprise a tree (or forest of trees) whose<br>
    root (roots) have no clients.<br>
    <br>
    <div class="moz-cite-prefix">On 11/11/2016 2:20 PM, Lars wrote:<br>
    </div>
    <blockquote
cite="mid:93aabb2df7d9676761453a2a9330a0da.squirrel@gator3286.hostgator.com"
      type="cite">
      <pre wrap="">Since modules all communicate with each other or pull in code from each
other you can get into tricky conflicts, that were not originally
anticipated. For example if finalization accesses some code in another
module directly or indirectly, what if that module is already freed? Will
the compiler warn you that you are calling code that has already been
unloaded? Or will run time warn you?</pre>
    </blockquote>
    <br>
  </body>
</html>