Hello floatcanvas users, I am developing an application that can require as many as 200,000 objects to be added to the floatcanvas. This was giving me problems since the GDI Object limit for XP and Vista is 10,000. Although, I do not require that all the objects be of a different pen and brush. By commenting out the SetPen and SetBrush commands from floatcanvas I can take over that process and just pass pointers to a given set of pens and brushes, thus keeping the GDI Object count very low. Does anyone see any problems with doing this?
-- Benjamin Jessup ABZ, Inc. _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
