> I am developing in MSVC++ .Net 2003, using MFC, building a realtime telemetry
> display. I have reached an object limit of 255, but need to add another 20+
[quoted text clipped - 6 lines]
> Thanks,
> SpaceDust
AFAIK, there is no easy way (no way at all, IME) to exceed this limit.
You'll need to look into interface redesign (a la what you mentioned not
being your first choice) to get around it.

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.
SpaceDust - 05 Oct 2004 20:17 GMT
Thanks for the info.
I also read that the limit does not apply when you create on the fly, so I
may try that first.
> > I am developing in MSVC++ .Net 2003, using MFC, building a realtime
> telemetry
[quoted text clipped - 14 lines]
> You'll need to look into interface redesign (a la what you mentioned not
> being your first choice) to get around it.