On a 64 bit system, Windows 10, using CODEBLOCKS
with the MingW/GCC
compiler. I need to use the
MSXML6.lib
library and include the msxml6.h
header.
The library is included with a current Windows SDK (which I have installed).
I have the appropriate linker path set up in CODE BLOCKS.
The problem is my #include <msxml6.h>
directive does not work. The only header files the compiler finds are:
<msxml.h>
, <msxml2.h>
, <msxml2did.h>
, and <msxmldid.h>
.
Internet and SE/SO search of my problem turns up this: MsXml6 failing to link properly
Not quite what I'm looking for.
Tried the CODE BLOCKS forum. Perusing there, they are not all to welcoming of library and linker questions. This is ok, that's their rules, but not really all that helpful.
Anyone seen anything like this before? Is there someplace I can go to get the right header file for that library? For some reason, the library is there but header is missing from the SDK.