nsrootidl.idl 文件 编译错误
%{C++
#include "../include/nscore.h"
#include "../include/prtime.h"
/*
* Forward declarations for new string types
*/
class nsAString;
class nsACString;
/*
* Start commenting out the C++ versions of the below in the output header
*/
#if 0
%}
当编译上面的代码的时候, 出现了如下异常:
1>e:\firefoxplugin\xpcom-test\idl\nsrootidl.idl(44) : error MIDL2026 : cannot recover from earlier syntax errors; aborting compilation
这个是咋回事? 麻烦大家了,谢谢!