This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is there a way to reject a specific object from a library ?

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?