Hi.

I'm spending too much time on this problem and yet have no results.

My problem is a simple one.
I want to use the xml parse, so I'm trying to add
#include <msxml.h> to .h file in my dll project, so I can use the IXMLDOMsomething.
But thane these compilation error are generated:

error C2146: syntax error : missing ';' before identifier 'IXMLDOMImplementation'

fatal error C1004: unexpected end of file found

Without this #include there is no compilation error at all. So it's not a problem in my code like "#ifndef #endif problem which is typical to error C1004.

Please help it's very important.
Thanks Itzik.