内部开发初始化:
extern "C" DllExport void ufusr(char *param, int *retcod, int
param_len)
{
int ifail = 0;
const char*
ee=param;
ifail = UF_UGMGR_initialize(param_len,&ee);
UF_UGMGR_terminate();
}
原文:http://www.cnblogs.com/whiteIcrow/p/3567050.html