2
votes
4answers
358 views
Not necessary to export class with only virtual/inline functions?
In C++ on Win32:
Suppose I have a DLL with a header file that declares a class. The DLL exports some means of obtaining a pointer/reference to an instance of that class, such as a factory …
