
Tue, 07/12/2005 - 16:46
Forums:
Hi,
i try to load with VS2005(beta2) C++ the source code of the sample MFC (Geometry.dsw) but i cant compile, i get a lot of C2248 errors like the following:
error C2248: 'Graphic2d_Buffer::Draw' : cannot access private member declared in class 'Graphic2d_Buffer'
Can any one give me a hint?
Thanks
Wed, 07/13/2005 - 06:39
making them public solves the problem : it works so I didnt investigate deeper ...