I am having a heck of a time trying to figure out how I would go about building a dll to add functionality to another dll that I built. But the problem is neither dll knows how to call functions from the other dll (or if they even exist) until runtime. So I am trying to figure out how to go about this process.
Can someone point me at a simple example that would accomplish this or keywords to search for? (I tried PB Addin, but all I find is compiled dlls to add functionality to PB itself)
Can someone point me at a simple example that would accomplish this or keywords to search for? (I tried PB Addin, but all I find is compiled dlls to add functionality to PB itself)
Comment