c++ - Cannot open type library file: 'msxml.dll': No such file or directory -


i'm trying reverse engineering old .net tool written c++. problem begins in line: import "msxml.dll" named_guids

i understand old system dll file replaced msxml3.dll or msxml6.dll. found both msxml3.dll , msxml6.dll in system32 folder , mange import error appears: error c2653: 'msxml' : not class or namespace name

please advice , spread light on issue. thank you.

solution: change msxml msxml3 , change msxml msxml2


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -