#pragma once #include "SphereDialog.h" // SphereThread class SphereThread : public CWinThread { DECLARE_DYNCREATE(SphereThread) protected: SphereThread(); // protected constructor used by dynamic creation virtual ~SphereThread(); public: virtual BOOL InitInstance(); virtual int ExitInstance(); protected: DECLARE_MESSAGE_MAP() };