Rev 437 | Blame | Last modification | View Log | RSS feed
// $Id: README_MSVC 452 2009-04-14 08:14:26Z jrf $
//
Building instructions for GEL under Visual Studio
1. Project configuration
We use cmake to maintain .sln and .vcproj files.
2. Runtime checks: _SECURE_SCL and _HAS_ITERATOR_DEBUGGING
Due to legacy code in GEL, these runtime checks have to be disabled. This
means that when you create a new project in Visual Studio that you intend to
use with GEL, you *must* also define _SECURE_SCL=0 and
_HAS_ITERATOR_DEBUGGING=0. Failure to do so will result in random crashes.