|
使用COM/DCOM录制了一个C/S结构的应用程序的脚本,编译后提示其中两个语句中有语法错误,但不知道如何修改;
其中一条出错的语句如下:
lrc_Release_Object((IUnknown*)error! not found pid: 1492 interface pointer address: 02C68E50);
错误提示是:
vuser_init.c (332): syntax error; found `!' expecting `;'
vuser_init.c (332): undeclared identifier `not'
vuser_init.c (332): syntax error; found `found' expecting `;'
vuser_init.c (332): undeclared identifier `found'
vuser_init.c (332): syntax error; found `pid' expecting `;'
vuser_init.c (332): syntax error; found `interface' expecting `;'
vuser_init.c (332): undeclared identifier `interface'
vuser_init.c (332): syntax error; found `pointer' expecting `;'
vuser_init.c (332): undeclared identifier `pointer'
vuser_init.c (332): syntax error; found `address' expecting `;'
vuser_init.c (332): `02C68E50' is a preprocessing number but an invalid integer constant
vuser_init.c (332): syntax error; found `)' expecting `;'
vuser_init.c (332): illegal statement termination
vuser_init.c (332): skipping `)'
请问COM Vuse脚本中的函数与COM函数语法一样吗?要想读懂其中的函数,是否需要先学习COM函数?还是要学习其它:s的一些函数语法?
请知道的朋友给我一些建议,谢谢! |
|