wrapper

  1. K

    Question DLL wrapper (pass through reference)

    I have a set of 3rd party DLLs that I would like to simplify for internal use by creating a wrapper class. Is there a way to do this so that the final application that uses my wrapper DLL does not have to set a reference to the 3rd party DLLs directly? I want to be able to use inhertiance in my...
Back
Top