Re: [Quickfix-developers] QF compilation in VS 2005
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2006-01-05 13:22:37
|
On 1/5/06, Andrei Goldchleger <an...@gm...> wrote: > I am running into problems when compiling QF (1.10.2) solution in the > new VS 2005. The C++ compiler seem to dislike throw clauses at method > declarations on managed C++, or something like that. > > http://msdn2.microsoft.com/library/7tfey5a9.aspx > > Does anyone know if this can be overridden in any way? I ran into this myself, and I don't think there's any way to disable it. I think all the throw decls will need to be conditionally compiled-out when building for .NET. -- Caleb Epstein caleb dot epstein at gmail dot com |