Subj : Re: XML, DOM and BC++ To : borland.public.cpp.borlandcpp From : "MarvinAvery" Date : Fri Oct 31 2003 09:55 am "Gilgamesh" wrote in message news:3fa140eb$2@newsgroups.borland.com... > 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. > > > > Also, remember to link with ole32.lib and msxml2.lib. > > Well, I copied all the rpc*.h files. But, to get them to compile, I had to remove all the #pragma statements -- the BCB5 pragmas are not compatable with BC5.02. Would that cause problems? 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? I even tried to import the missing externals via my .DEF file. I got a successful compile! But, my program crashed when I tried to load it. My next step is downloading and installing the Windows Core SDK. --------------------------------- Marvin Avery marvin.avery@hrdc-drhc.gc.ca .