[Quickfix-developers] Error in Messages.h in version 1.10.2
Brought to you by:
orenmnero
|
From: Ferran C. <fer...@vi...> - 2005-11-23 09:53:53
|
Hi,
I have just download the 1.10.2 version.
When I try to compile my application that includes "quickfix/Messages.h"
I get an error.
The content of Messages.h is:
#ifndef FIX_MESSAGES_H
#define FIX_MESSAGES_H
#include "fix40/Messages.h"
#include "fix41/Messages.h"
#include "fix42/Messages.h"
#include "fix43/Messages.h"
#include "fix44/Messages.h"
#endif //FIX_MESSAGES_H
The error :
'fix40/Messages.h': No such file or directory
I suppose it must be "fix40/Message.h" (without 's'). Is it?
I add this to the bug tracker.
Regards,
Ferran Casarramona
|