// BEQLibrary.h : BEQLibrary DLL µÄÖ÷Í·Îļþ // #pragma once #ifndef __AFXWIN_H__ #error "ÔÚ°üº¬´ËÎļþ֮ǰ°üº¬¡°stdafx.h¡±ÒÔÉú³É PCH Îļþ" #endif #include "resource.h" // Ö÷·ûºÅ // CBEQLibraryApp // ÓйشËÀàʵÏÖµÄÐÅÏ¢£¬Çë²ÎÔÄ BEQLibrary.cpp // class CBEQLibraryApp : public CWinApp { public: CBEQLibraryApp(); // ÖØÐ´ public: virtual BOOL InitInstance(); DECLARE_MESSAGE_MAP() };