Can anyone help me with the following ??
Using the Appwizard i have created an Automation MFC DLL.
Using the Classwizard i have created a class (CWidget) . This works fine and i can use it in other compliers/interpreters etc.
Now i want to add a second class using the class wizard, and the new class (CWidgetList) should have a property/method to access an array of the first class. Obviously the class wizard does not provide my class in return type/argument list so I was wondering how it could be done ?
Thanks in advance.
R.