We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I am working on a product that links with a third party library that contains functionality that seems to be partially broken. I have narrowed down the source of the problem to a single object file, so I would like to load all the library into memory upon startup _except_ the object file that contains the classes that are responsible for the problem, in a way that I can offer my own implementation of the problematic classes instead. I cannot rebuild the library, alas. Is there a way to so this?