Re: [Quickfix-developers] Visual Studio 2005 (VC8) compilation
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-11-26 13:31:20
|
On 11/25/05, Alexey Zubko <ale...@gm...> wrote: > > To compile quickfix you need to add a define into the project: > _CRT_SECURE_NO_DEPRECATE. That macro isn't strictly necessary, but does quiet a lot of compiler warnings about POSIX functions which MS now considers to be deprecated. This is the biggest headache everyone seems to run into with this new compiler. The internal implementation of the UTC* classes was changed after the last release and so the patches you submitted for struct tm/time_t related manipulations are no longer necessary with the latest code in CVS. I don't know if it's stable and faster yet, I'll try the new version Monday= . Everything seems stable, and the code passes all regression tests. -- Caleb Epstein caleb dot epstein at gmail dot com |