I am migrating my Delphi 7 code to Delphi XE4.
In one of the files in Delphi 7, I found xercesxmldom
in the uses. I found that its dcu is placed in C:\Program Files\Borland\Delphi7\Lib
.
When I tried to compile this file in Delphi XE4 environment, I got error xercesxmldom.dcu not found
. I searched my entire C drive but it was not there anywhere.
I thought it is deprecated now. So I commented it out as it was nowhere used in the file and project compiled successfully.
Now when I try to open dfm file by double clicking on it, I get error No matching Dom Vendor: "XercesXML".
When pressed OK, dfm opens fine. I don't know why am I getting this error message?