|
-
May 23rd, 2002, 03:06 AM
#1
include msxml couse compilation error PLEASE HELP
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|