EDN Admin
Well-known member
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
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