Home > Software engineering >  How to contain the base class and derived classes of the source file compiled into a DLL
How to contain the base class and derived classes of the source file compiled into a DLL

Time:10-08

I compiled using VS2013 OpenCV project, want to change some of the OpenCV source files into a DLL, one of the HPP file, which defines a base class and derived from this three derived classes, but compile the source files into a DLL, in accordance with the general method that contains the DLL will go wrong, for god knows how to contain the base class and derived class efficient ways to compile the source file into a DLL? Thank you very much!

CodePudding user response:

Can put the class files are compiled into, and then corresponding DLL export only interface, etc.,

CodePudding user response:

Refers to the derived class individually compiled into a DLL, respectively called again?
  • Related