Subj : Re: XML, DOM and BC++ To : borland.public.cpp.borlandcpp From : "Gilgamesh" Date : Thu Oct 30 2003 08:52 am Yes, I think it could work. You may want to try just copying rpc*.h from BCB5 to yourdrive:\bc5\include\win32. Then you will need to add bc5\include\win32 to the include directories of projects options and put it *before* yourdrive:\bc5\include. If that doesn't work, download the Windows *Core* SDK. Once installed, add its include directory to the project include directories. Once again, it should be before the bc5\include path. Seperate paths with a semicolon. "MarvinAvery" wrote in message news:3fa1360d$1@newsgroups.borland.com... > > "Benjamin Pratt" wrote in message > news:3fa04de6$1@newsgroups.borland.com... > > The msxml2.h header is self sufficient and will include rpc.h and rpcndr.h > > (where MIDL_INTERFACE is defined), but only if rpcndr.h is version 440 or > > higher. The version that comes with BC5 is old and will not work. > > > I have a version of rpcndr.h and ole32.h that came with Builder5. I think > rpcndr.h is version 475. Will these work? > > > > > You need to update the platform SDK. It is availible here > > http://www.microsoft.com/msdownload/platformsdk/sdkupdate/. > > > Also, remember to link with ole32.lib and msxml2.lib. > > > Which SDK do I pick? > > Marvin > > --------------------------------- > Marvin Avery > marvin.avery@hrdc-drhc.gc.ca > > .