Subj : Re: XML, DOM and BC++ To : borland.public.cpp.borlandcpp From : "Benjamin Pratt" Date : Fri Oct 31 2003 10:25 am Well, I decided to see if I can get it to work and ran into the same problems as you. Maybe with a lot of modifications to the headers and using IMPLIB on the needed dlls you could eventually get it to work, but at this point it looks like it would be a lot of work. I saw a previous thread on this subject here: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=ce28ovcimghkf2pt0rihlpo4mssjj9t746%404ax.com&rnum=2&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3Dxml%2Bc%252B%252B%2Bparser%2Bborland%2B5.02%26sa%3DN%26tab%3Dwg According to that thread, the Expat XML library works with bc5. However, its not as softisticated as MSXML. It's written in C though, and you get the source, so that may be an easier way to go. It also looks like there are some addon projects for it that give DOM interfaces. http://expat.sourceforge.net/ > Then I got some missing externals during the link. I tried linking with > msxml2.lib and ole32.lib but this didn't work because their formats are not > compatable with BC5. Does anybody know if there is a way of getting MSVC++ > libraries to work with BC5? IMPLIB will make a lib file from a dll .