[Quickfix-developers] QF and /clr compile option on VS 9.0 (2008)
Brought to you by:
orenmnero
From: Rieunier, G. M <GMR...@st...> - 2009-04-16 07:59:45
|
I might have posted this message in the wrong forum, so reposting here... sorry for the duplication. I am building a small app using visual C++ 9.0 (2008) and would like to incorporate a FIX adapter to it. First, I am not sure if VS 9.0 is supported by QuickFIX? I have tried using the library designed for version 8, but I seem to be having some problem due to the /clr compile option: my application is a windows form application that requires this flag to be set (/clr), but this seems to be in conflict with QF (i.e. I tried creating a sample console application that seems to work when the CLR option is set to "No Common Language Runtime support"). A typical error message I get when building my app is: error LNK2022: metadata operation failed (8013118D) : Inconsistent layout information in duplicated types (std.logic_error): (0x02000019). MSVCMRT.lib I apologize in advance if this question sounds too basic ... I am a novice programmer. Many thanks for your help, Gus |