Can c++ create array of pointers to different classes dynamically loaded from dll? ps.without headers with class definations
views:
66answers:
1
+1
A:
I think you need to have an exported function that instantiates objects of the class. Then you can, of course, put these values into array.
Michael Krelin - hacker
2009-10-16 18:41:59