Re: [Quickfix-developers] RE: Quickfix-developers digest, Vol 1 #155 - 3 msgs
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-02-26 18:25:17
|
You can look at a more human readable version of the diff here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/quickfix/quickfix/src/java/Conversions.h.diff?r1=1.3&r2=1.4 Basically it is just changing the line pMessage->setString( message.toString() ); to *pMessage = message; in a couple of places. You can download version 1.4 of the Conversions.h file from CVS or from here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/quickfix/quickfix/src/java/Conversions.h?rev=1.4 Alexandre Hoang <a....@ca...> wrote: Hello, I am using QuickFIX 1.3.2 , through its Java API, that I downloaded from http://quickfix.thoughtworks.com (the .zip file for Windows) Is this version up-to-date, regarding repeating groups ? I am trying to use repeating groups as explained in the documentation, but cannot get the correct message format. I have browsed the SourceForge forum and read that there is a patch. But I don't understand it: ======================== Here is the patch for src/java/Conversions.h (tested on Linux/gcc 3.2.1) 124c124 < pMessage->setString( message.toString() ); --- > *pMessage = message; 141c141 < pMessage->setString( message.toString() ); --- > *pMessage = message; ======================== What does it mean ? Is it possible to download a patched version ? Many thanks, Alexandre * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Confidentiality Notice : The information contained in this e-mail message is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify pos...@ca... immediately by e-mail, and delete the original message. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers --------------------------------- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more |