Hi,
On compiling my project in Visual Studio 2010 on Windows 8, it gives the following MSXML errors:
error C2065: 'DOMDocument60' : undeclared identifier ..\somepath\myfile1.cpp
error C2039: 'DOMDocument60' : is not a member of 'MSXML2' ..\somepath\myfile2.cpp
This is legacy code, so I'm 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