<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>Is it possible to call a function from a module at runtime that was not originally linked?</div><div><br data-mce-bogus="1"></div><div>I am trying to call a function in a module loaded at application startup  from a plugin compiled and loaded at runtime.</div><div><br data-mce-bogus="1"></div><div>I can see the modules i want to call the function in, in the list of classes.</div><div><br data-mce-bogus="1"></div><div>But if i try to access the function in the class it says not found, how to find the object or such that is the module I want to call the function in?</div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div><br></div><div data-marker="__SIG_PRE__">Thank You<br>Brian G</div></div></body></html>