用MFC应用向导创建UG开发程序时,按教程所说进行,当进行到最后一步时,即在***App theApp;下添加
extern "C" DllExport void ufusr(char * parm, int * returnCode, int rlen)
{..................}
时,出现了如下错误:
syntax error:missing ';'before type 'void'
fatal error c1004:unexpected end of file found
请问:这是什么原因引起的?怎么解决。