MSXML2 error on Windows 8 with Visual Studio 2010

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
On compiling my project in Visual Studio 2010 on Windows 8, it gives the following MSXML errors:
error C2065: DOMDocument60 : undeclared identifier ..somepathmyfile1.cpp
error C2039: DOMDocument60 : is not a member of MSXML2 ..somepathmyfile2.cpp
This is legacy code, so Im not sure if something else is needed to be done, especially on Windows 8. The same code compiles on Windows 7. Appreciate any help.
TIA,
Jy

View the full article
 
Back
Top