Re: [Quickfix-developers] QF 1.9.0 compilation on GCC2.95.3
Brought to you by:
orenmnero
From: Caleb E. <cal...@gm...> - 2004-09-11 02:02:38
|
On Fri, 10 Sep 2004 10:06:03 -0500, Oren Miller <or...@qu...> wrote: > Ok, I've fixed this. The #if statement now reads: > > #if (!defined(_MSC_VER) || (_MSC_VER >= 1300)) && !defined(HAVE_STLPORT) > > Note that windows users will now need to add '#define HAVE_STLPORT 1' > to their config_windows.h if they want to use stlport You can detect the combination of STLport and MSVC automatically by checking if the _STLP_MSVC macro is defined. -- Caleb Epstein cal...@gm... |