
5 Nov
2004
5 Nov
'04
2:18 p.m.
"Reece Dunn" <msclrhd@hotmail.com> wrote in message news:BAY101-F20VythhOjcd000282d8@hotmail.com...
There are also platform-independant versions of position (NSPoint, POINT, etc.), size (NSSize, PointType, etc.) and area (NSRect, RECT, etc.) that
FWIW I find the difference between Point and Size largely irrelevent In MFC: CPoint (CSize ); CSize(CPoint ); tending to make me think that they could be covered by one type eg xy_pair;
At the moment, you need to register Win32/64 window classes using: gui::win::window_type frame_class( TEXT( "CxxGUIFrame" ), COLOR_BTNFACE ); but I am looking to abstract this.
I reckon the X or Fresco http://www.fresco.org ;-) end should be tackled too ... regards Andy Little