guidseg.cpp
资源名称:cspeech.zip [点击查看]
上传用户:zhaopin
上传日期:2007-01-07
资源大小:79k
文件大小:1k
源码类别:
语音合成与识别
开发平台:
Visual C++
- /******************************************************************************
- * guidseg.cpp
- *
- * This file initializes GUIDS for the Microsoft Speech API
- * NOTE: do not use Precompiled Headers to compile this file
- * due to the inclusion of initguid.h.
- *
- * This code and information is provided "as is" without warranty
- * of any kind, either expressed or implied, including but not
- * limited to the implied warranties of merchantability and/or
- * fitness for a particular purpose.
- *
- */
- #include <windows.h>
- #include <mmsystem.h>
- #include <objbase.h>
- #include <initguid.h>
- #include <objerror.h>
- #ifdef DIRECTSOUND
- #include <dsound.h>
- #endif // DIRECTSOUND
- #include <speech.h> // init GUIDs for Speech API (see initguid.h)