Subversion Repositories gelsvn

Rev

Rev 202 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 202 Rev 213
Line 1... Line 1...
1
// $Id: README_MSVC 202 2005-12-19 08:39:17Z bj $
1
// $Id: README_MSVC 213 2006-04-12 07:43:07Z sda $
2
//
2
//
3
Building instructions for GEL under Visual Studio 7.1 and 8 (2003 and 2005)
3
Building instructions for GEL under Visual Studio 7.1 and 8 (2003 and 2005)
4
 
4
 
5
1. Project configuration
5
1. Project configuration
6
 
6
 
Line 34... Line 34...
34
 
34
 
35
The GELEXT variable should be the path where all 3rd party lib and
35
The GELEXT variable should be the path where all 3rd party lib and
36
header files are stored (like /usr/local/ on a *NIX system) 
36
header files are stored (like /usr/local/ on a *NIX system) 
37
 
37
 
38
 
38
 
-
 
39
IMPORTANT!!! Under Visual Studio 8 the following preprocessor defenition must be made to all projects using GEL, including GEL!!:
-
 
40
Under debug configuration goto:
-
 
41
'properties -> C/C++ -> Preprocessor'. Set the following two properties/definitions in 'Preprocessor Defenitions' '_SECURE_SCL=0' and '_HAS_ITERATOR_DEBUGGING=0'
-
 
42
Under Release and all other configurations goto:
-
 
43
'properties -> C/C++ -> Preprocessor'. Set the following  property/defenition in 'Preprocessor Defenitions' '_SECURE_SCL=0' 
-
 
44
 
-
 
45