// Text2Speeck.h : Text2Speeck DLL 的主头文件 // #pragma once #ifndef __AFXWIN_H__ #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件" #endif #include "resource.h" // 主符号 // CText2SpeeckApp // 有关此类实现的信息,请参阅 Text2Speeck.cpp // class CText2SpeeckApp : public CWinApp { public: CText2SpeeckApp(); // 重写 public: virtual BOOL InitInstance(); DECLARE_MESSAGE_MAP() };