I have a private program I wrote in PB8 that I was going to update using PB9. Unfortunately, when I try to compile it I get an error saying this line:
LOCAL oItems AS Msxml2IXMLDOMNodeList
is an undefined Type. I copied the MSXML4.INC file from PB8 into the WinAPI folder, but still get the error.
I tried opening the "PowerBASIC Com Browser" in PB9, double-clicked the "Microsoft XML, V4.0", then clicked the "Save As" button to save it as the MSXML4.INC file. But, I still get the same error.
It worked fine under PB8, what am I doing wrong in PB9?
Thanks,
Anthony
LOCAL oItems AS Msxml2IXMLDOMNodeList
is an undefined Type. I copied the MSXML4.INC file from PB8 into the WinAPI folder, but still get the error.
I tried opening the "PowerBASIC Com Browser" in PB9, double-clicked the "Microsoft XML, V4.0", then clicked the "Save As" button to save it as the MSXML4.INC file. But, I still get the same error.
It worked fine under PB8, what am I doing wrong in PB9?
Thanks,
Anthony
Comment