Extracting classes from dynamically loaded libraries.
The best solution I came up with was returning a pointer to the class created in one of the dll's methods. Does anyone have a better solution(excluding other libraries like MFC). I want to dynamically load my CGUIManagerClass for JetaEngine so people can easily change the way .gui files are read and rendered.