You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
477 B

#ifndef _DLLDEMO_H
#define _DLLDEMO_H
#pragma comment(lib,"pthreadVC2.lib")
#pragma comment(lib, "vsdllsdk6.lib")
//之前成功是sdk侧和应用程序侧都定义了一个下划线开头,应该这样定义的 __declspec(dllexport) ????????
//#define SDK_DLL_API _declspec(dllimport)
#define SDK_DLL_API __declspec(dllimport)
#include "macros.h"
#include "parameter.h"
#include "param_decl.h"
#include "service.h"
#include "speech_sds.h"
//chunk测试用
//#include "http_chunk_client.h"
#endif