#pragma once #include class CMyPaint : public CWinApp { public: virtual BOOL InitInstance(); };