RE: [Quickfix-developers] small bug in 1.6.0
Brought to you by:
orenmnero
From: Vitor C. <vc...@hi...> - 2003-09-15 16:23:25
|
What I meant was that in this version you're not supposed to include Messages.h in the first place. Oren Miller explained this in is 2003/08/28 post regarding the release of v1.6.0. Vitor Castro | DIS <mailto:vc...@hi...> -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Jo Janssens Sent: segunda-feira, 15 de Setembro de 2003 17:17 To: 'Vitor Castro'; qui...@li... Subject: RE: [Quickfix-developers] small bug in 1.6.0 That is fine, but quickfix now includes a header file that includes other headers which no longer exist. -----Original Message----- From: Vitor Castro [mailto:vc...@hi...] Sent: Monday, September 15, 2003 11:14 To: 'Jo Janssens'; qui...@li... Subject: RE: [Quickfix-developers] small bug in 1.6.0 Hello Jo, I believe that is how it's supposed to be done in v1.6.0. The size of the includes was to big to compile on some platforms. So I guess it not actually a bug. Regards, Vitor Castro | DIS <mailto:vc...@hi...> -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Jo Janssens Sent: segunda-feira, 15 de Setembro de 2003 16:46 To: qui...@li... Subject: [Quickfix-developers] small bug in 1.6.0 Hello, If you include quickfix/Messages.h, it attempts in include fix40/Messages.h, etc, which no longer exist. This caused me some compile errors when I first tried to build my project with the new version since I used Messages.h I got around this just by including the individual message headers I need. Jo |