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
Post a Comment