after having included "cvixml.h" in my file, the compiler stops with 3 errors each time i declare a variable named "interface". errors are:
- missing struct tag
- invalid type specification
- warning: empty declaration
when i do not include "cvixml.h", the error does not appear. and i can't find a "struct interface" declared anywhere in CVI's headers. i suppose it has something to do with cvixml using msxml COM object, thus "enabling" an "feature" which allows to declare COM interfaces... but this is a supposition...
is this problem normal ? what happens ? how can i name my (local) variable "interface" ?