|
From: Lawrence C. <lc...@Po...> - 2008-10-05 19:12:43
|
I just installed mingw and msys and am trying to compile a program
(VirtualDimension) but I get the following errors in oleauto.h.
Any suggestions on how to fix this?
---Lawrence
$ make
---------- Building VirtualDimension.exe ----------
ConfigBox.cpp...
In file included from
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/ole2.h:11,
from
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oaidl.h:9,
from PlatformHelper.h:25,
from HotkeyConfig.h:25,
from trayicon.h:25,
from VirtualDimension.h:26,
from ConfigBox.cpp:22:
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:172:
error: `DISPID' does not name a type
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:174:
error: `CALLCONV' does not name a type
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:213:
error: `SAFEARRAY' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:214:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:214:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:215:
error: expected constructor, destructor, or type conversion before '*'
token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:216:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:216:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:217:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:217:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:218:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:218:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:219:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:219:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:219:
error: `SAFEARRAYBOUND' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:219:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:219:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:220:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:220:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:221:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:221:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:222:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:222:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:222:
error: expected primary-expression before "unsigned"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:222:
error: expected primary-expression before "long"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:222:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:223:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:223:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:223:
error: expected primary-expression before "unsigned"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:223:
error: expected primary-expression before "long"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:223:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:224:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:224:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:225:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:225:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:226:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:226:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:226:
error: expected primary-expression before "void"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:226:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:227:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:227:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:228:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:228:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:228:
error: expected primary-expression before "long"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:228:
error: expected primary-expression before "void"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:228:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:229:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:229:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:229:
error: expected primary-expression before "long"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:229:
error: expected primary-expression before "void"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:229:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:230:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:230:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:230:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:230:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:230:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:231:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:231:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:231:
error: expected primary-expression before "long"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:231:
error: expected primary-expression before "void"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:231:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:232:
error: expected constructor, destructor, or type conversion before '*'
token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:233:
error: expected constructor, destructor, or type conversion before '*'
token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:234:
error: `SAFEARRAY' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:235:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:235:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:235:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:235:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:235:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:236:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:236:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:236:
error: `IRecordInfo' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:236:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:236:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:237:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:237:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:237:
error: `IRecordInfo' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:237:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:237:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:238:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:238:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:238:
error: expected primary-expression before "const"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:238:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:239:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:239:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:239:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:239:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:239:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:240:
error: variable or field `VariantInit' declared void
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:240:
error: `VARIANTARG' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:240:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:241:
error: `VARIANTARG' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:241:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:242:
error: `VARIANTARG' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:242:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:242:
error: `VARIANTARG' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:242:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:242:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:243:
error: `VARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:243:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:243:
error: `VARIANTARG' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:243:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:243:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:244:
error: `VARIANTARG' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:244:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:244:
error: `VARIANTARG' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:244:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:244:
error: expected primary-expression before "unsigned"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:244:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:244:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:245:
error: `VARIANTARG' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:245:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:245:
error: `VARIANTARG' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:245:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:245:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:245:
error: expected primary-expression before "unsigned"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:245:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:245:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:253:
error: `LPDISPATCH' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:253:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:253:
error: expected primary-expression before "unsigned"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:253:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:262:
error: `LPDISPATCH' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:262:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:262:
error: expected primary-expression before "short"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:262:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:271:
error: `LPDISPATCH' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:271:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:271:
error: expected primary-expression before "long"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:271:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:280:
error: `LPDISPATCH' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:280:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:280:
error: expected primary-expression before "float"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:280:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:289:
error: `LPDISPATCH' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:289:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:289:
error: expected primary-expression before "double"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:289:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:299:
error: `LPDISPATCH' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:299:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:299:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:299:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:299:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:308:
error: `LPDISPATCH' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:308:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:308:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:308:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:308:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:317:
error: `LPDISPATCH' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:317:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:317:
error: expected primary-expression before "unsigned"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:317:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:317:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:317:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:327:
error: `LPDISPATCH' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:327:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:327:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:327:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:327:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:329:
error: `SYSKIND' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:329:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:329:
error: expected primary-expression before "const"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:329:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:330:
error: `SYSKIND' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:330:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:330:
error: expected primary-expression before "const"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:330:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:331:
error: `LPTYPELIB' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:332:
error: `LPTYPELIB' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:333:
error: `LPTYPELIB' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:335:
error: `LPTYPELIB' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:335:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:335:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:335:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:335:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:335:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:336:
error: `SYSKIND' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:337:
error: `SYSKIND' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:337:
error: expected primary-expression before "const"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:337:
error: `LPCREATETYPELIB' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:337:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:337:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:338:
error: `DISPPARAMS' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:338:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:338:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:338:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:338:
error: `VARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:338:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:338:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:338:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:338:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:339:
error: `LPTYPEINFO' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:339:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:339:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:339:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:339:
error: `DISPID' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:339:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:339:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:340:
error: `LPTYPEINFO' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:340:
error: `DISPID' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:340:
error: `DISPPARAMS' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:340:
error: `VARIANT' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:340:
error: `EXCEPINFO' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:341:
error: `LPTYPEINFO' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:342:
error: `LPTYPEINFO' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:346:
error: `LPERRORINFO' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:347:
error: `LPERRORINFO' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:348:
error: `LPCREATEERRORINFO' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:348:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:350:
error: `SAFEARRAY' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:351:
error: `SAFEARRAY' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:351:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:351:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:351:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:351:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:353:
error: `VARIANT' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:354:
error: `ITypeInfo' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:354:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:354:
error: `IRecordInfo' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:354:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:354:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:355:
error: `IRecordInfo' has not been declared
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:357:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:357:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:357:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:357:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:358:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:358:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:358:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:358:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:359:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:359:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:359:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:359:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:360:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:360:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:360:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:360:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:376:
error: redefinition of `HRESULT VarUI1FromDisp'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:253:
error: `HRESULT VarUI1FromDisp' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:376:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:376:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:376:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:376:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:376:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:392:
error: redefinition of `HRESULT VarI2FromDisp'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:262:
error: `HRESULT VarI2FromDisp' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:392:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:392:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:392:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:392:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:392:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:408:
error: redefinition of `HRESULT VarI4FromDisp'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:271:
error: `HRESULT VarI4FromDisp' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:408:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:408:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:408:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:408:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:408:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:425:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:425:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:425:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:425:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:425:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:425:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:441:
error: redefinition of `HRESULT VarR4FromDisp'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:280:
error: `HRESULT VarR4FromDisp' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:441:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:441:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:441:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:441:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:441:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:457:
error: redefinition of `HRESULT VarR8FromDisp'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:289:
error: `HRESULT VarR8FromDisp' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:457:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:457:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:457:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:457:
error: expected primary-expression before "double"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:473:
error: redefinition of `HRESULT VarDateFromDisp'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:299:
error: `HRESULT VarDateFromDisp' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:473:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:473:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:473:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:473:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:473:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:490:
error: redefinition of `HRESULT VarCyFromDisp'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:308:
error: `HRESULT VarCyFromDisp' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:490:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:490:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:490:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:490:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:490:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:506:
error: redefinition of `HRESULT VarBstrFromDisp'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:317:
error: `HRESULT VarBstrFromDisp' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:506:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:506:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:506:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:506:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:506:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:506:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:522:
error: redefinition of `HRESULT VarBoolFromDisp'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:327:
error: `HRESULT VarBoolFromDisp' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:522:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:522:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:522:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:522:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:522:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:538:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:538:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:538:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:538:
error: expected primary-expression before "signed"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:538:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:554:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:554:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:554:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:554:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:554:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:554:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:570:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:570:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:570:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:570:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:570:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:570:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:587:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:587:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:587:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:587:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:587:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:587:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:603:
error: `IDispatch' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:603:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:603:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:603:
error: expected primary-expression before '*' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:603:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:603:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:631:
error: redefinition of `HRESULT VarAdd'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:357:
error: `HRESULT VarAdd' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:631:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:631:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:631:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:632:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:632:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:632:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:632:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:633:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:633:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:633:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:633:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:634:
error: redefinition of `HRESULT VarDiv'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:360:
error: `HRESULT VarDiv' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:634:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:634:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:634:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:635:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:635:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:635:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:635:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:636:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:636:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:636:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:636:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:637:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:637:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:637:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:637:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:638:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:638:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:638:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:638:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:639:
error: redefinition of `HRESULT VarMul'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:359:
error: `HRESULT VarMul' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:639:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:639:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:639:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:640:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:640:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:640:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:640:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:641:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:641:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:641:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:641:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:642:
error: redefinition of `HRESULT VarSub'
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:358:
error: `HRESULT VarSub' previously defined here
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:642:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:642:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:642:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:643:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:643:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:643:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:643:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:644:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:644:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:644:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:645:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:645:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:645:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:646:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:646:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:646:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:647:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:647:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:647:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:648:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:648:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:648:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:649:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:649:
error: expected primary-expression before "int"
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:649:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:649:
error: initializer expression list treated as compound expression
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:650:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:650:
error: `LPVARIANT' was not declared in this scope
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:650:
error: expected primary-expression before ',' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:650:
error: expected primary-expression before ')' token
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/oleauto.h:650:
error: initializer expression list treated as compound expression
make: *** [mingw-release/ConfigBox.o] Error 1
|