RE: [Quickfix-developers] small bug in 1.6.0
Brought to you by:
orenmnero
From: Vitor C. <vc...@hi...> - 2003-09-15 16:14:25
|
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 |