vgtypes.h(20) : error C2236: unexpected 'enum' '__unnamed'
vgtypes.h(20) : error C2143: syntax error : missing ';' before '{'
vgtypes.h(20) : error C2447: missing function header (old-style formal list?)
vgtypes.h(62) : error C2501: 'vgClassId' : missing storage-class or type specifiers
vgutil.h(789) : error C2146: syntax error : missing ';' before identifier 'vgid'
vgutil.h(789) : error C2501: 'vgClassId' : missing storage-class or type specifiers
vgutil.h(789) : error C2501: 'vgid' : missing storage-class or type specifiers
vgutil.h(791) : error C2629: unexpected 'class vgBase ('
vgutil.h(791) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
vgutil.h(807) : error C2146: syntax error : missing ';' before identifier 'getId'
vgutil.h(807) : error C2501: 'vgClassId' : missing storage-class or type specifiers
vgutil.h(807) : warning C4183: 'getId': member function definition looks like a ctor, but name does not match enclosing class
vg.h(253) : error C2146: syntax error : missing ')' before identifier 'id'
vg.h(253) : error C2491: 'vgClassProp' : definition of dllimport data not allowed
vg.h(253) : error C2059: syntax error : ')'
vg.h(254) : error C2146: syntax error : missing ')' before identifier 'id'
vg.h(254) : error C2491: 'vgGetClassProp' : definition of dllimport data not allowed那几个VEGA里的头文件我都没更改,编译出来好多错啊。
vg.h(254) : error C2059: syntax error : ')'
vg.h(263) : error C2146: syntax error : missing ')' before identifier 'classid'
vg.h(263) : error C2491: 'vgAddClassFunc' : definition of dllimport data not allowed
vg.h(263) : error C2059: syntax error : ')'
vg.h(264) : error C2146: syntax error : missing ')' before identifier 'classid'
vg.h(264) : error C2182: 'vgDelClassFunc' : illegal use of type 'void'
vg.h(264) : error C2491: 'vgDelClassFunc' : definition of dllimport data not allowed
vg.h(264) : error C2059: syntax error : ')'
执行 cl.exe 时出错.