www.pudn.com > zcColor.rar > View.cpp, change:2001-07-27,size:556b
//////////////////////////////////////////////////////////////// // VCDKBASE Online Journal -- July 2001 // Compiles with Visual C++ 6.0. Runs on Win 98 and probably Win 2000 too. // Set tabsize = 3 in your editor. // #include "StdAfx.h" #include "View.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif IMPLEMENT_DYNCREATE(CMyView, CView) BEGIN_MESSAGE_MAP(CMyView, CView) END_MESSAGE_MAP() CMyView::CMyView() { } CMyView::~CMyView() { } void CMyView::OnDraw(CDC* pDC) { }