Kai - Thanks for your response.
On Tue, Jan 8, 2013 at 10:57 AM, Kai Tietz <[email protected]> wrote: > 2013/1/8 K. Frank <[email protected]>: >> Ah, okay. I will see if I can get the msxml version of quickfix to build. >> Would you happen to know if a stock windows 7 would come with >> msxml (or how I can check), or whether I would need visual studio >> or a separate msxml download? Also, I think I searched the mingw-w64 >> source for things that look like msxml, and came up empty. Would you >> happen to know whether I should expect mingw-w64 to have the msxml >> headers, or how I might check (short of trying the build)? > > msxml is supported by Windows 7, At least on my Win7 box I see > msxml3, msxml4, msxml3r, msxml4a, msxml4r, msxml6, and msxml6r DLLs. > So yes, they are there. Okay. I see, for example, msxml4.dll. It's in the directory: C:\Windows\winsxs\x86_microsoft.msxml2_6bd6b9abf345378f_4.20.9818.0_none_b7e811947b297f6d > We support this interface ... see the msxml*.h headers. By the way > msxml-stuff is DCOM, therefore you will search without luck the > msxml.dll ;) I don't see any msxml headers. I do, for example, see winsock2.h is the directory: .\x86_64-w64-mingw32-gcc-4.7.0-stdthread_rubenvb\mingw64\x86_64-w64-mingw32\include (As you can see, I am using one of Ruben's 4.7.0, std::thread-enabled builds.) Am I looking for the mingw-w64 msxml headers in the wrong place? Am I missing them in the specific build (Ruben's) that I'm using, but you have them in other builds? I haven't tried building the msxml flavor of quickfix yet. But I do see how it references msxml. So far all I have found is: #define _WIN32_DCOM #import <msxml3.dll> raw_interfaces_only named_guids using namespace MSXML2; (I haven't found any references to msxml headers.) I'm assuming that this #import stuff is microsoft-specific, and won't work with mingw-w64. But please let me know if I'm wrong about this. > Regards, > Kai Thanks very much for your help with this. K. Frank ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
