Hiya,
I've got a dialog based program using MFC which needs to pass an array of instances of a class inherited from CObject. I'm currently using CObArray which is quite happy to take the class but it won't give it back...
Any ideas, I'm floundering again...
Mike

The joy of CObArray
BenKC
Sander_G
Probably you have to cast its type!
Maybe its easier to use
Haiku
You were right... casting was the solution...
Stupidity corrected... until the next time...
Many Thanks Martin
Mike Woods