Re: [Quickfix-developers] Non-MSVCbuild(wasRe:quickfixjmultiplesessions only diff Port)
Brought to you by:
orenmnero
From: Maz S. <ma...@ey...> - 2014-03-26 15:27:59
|
Ok, great! I'll check it out. Thanks ------- Original Message ------- >From : K. Frank[mailto:kfr...@gm...] Sent : 3/25/2014 5:46:17 PM To : qui...@li... Cc : Subject : RE: Re: [Quickfix-developers] Non-MSVCbuild(wasRe:quickfixjmultiplesessions only diff Port) QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hello Maz! On Tue, Mar 25, 2014 at 3:39 PM, Maz Saeed <ma...@ey...> wrote: > Hey Frank, > Quick question; is this the XML package you used in your GCC project? > > http://xmlsoft.org/index.html Yes, I believe it is, although I am not certain. I used a pre-built version of libxml2 that I downloaded (I think) from here: http://www.stats.ox.ac.uk/pub/Rtools/R215x.html http://www.stats.ox.ac.uk/pub/Rtools/goodies/multilib/Old/local215.zip I speculate that http://www.stats.ox.ac.uk/pub/Rtools/goodies/multilib/local300.zip is a newer version, but I haven't looked at it. My copy of local215.zip has both 32-bit and 64-bit versions. I got it specifically to get the 64-bit version, but from what you said about your compiler, you would probably want the 32-bit version. Assuming that you're using the 32-bit mingw windows port of gcc, I would guess that the pre-built 32-bit version in the above download would work for you. (I don't know this for a fact, but c code -- which libxml is -- is reasonably likely to be object-code compatible from one compiler version to another.) The use of libxml is activated in a handful of files by ifdef's keyed off of "HAVE_LIBXML". You'll need to turn on these ifdef code paths one way or another. > Thanks, > --Maz Best K. Frank ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |