[fdo-trac] #64: Support Purify in Visual Studio projects

FDO trac_fdo at osgeo.org
Tue Apr 24 13:08:00 EDT 2007


#64: Support Purify in Visual Studio projects
---------------------------+------------------------------------------------
   Reporter:  gavincramer  |       Owner:  gavincramer
       Type:  task         |      Status:  new        
   Priority:  major        |   Milestone:  3.3.0      
  Component:  FDO API      |     Version:  3.3.0      
   Severity:  3            |    Keywords:             
External_id:               |  
---------------------------+------------------------------------------------
 One of the more valuable 3rd-party tools for code development (on Windows)
 is IBM Rational's PurifyPlus.  This contains Purify (memory checking),
 Quantify (performance analysis) and PureCoverage (code coverage analysis).
 They have some requirements on compilation options.  FDO project settings
 should support at least Purify in Debug mode.

 The requirements for native code are:

 1. C/C++ Debug Information Format should be "Program Database".
 2. C/C++ Basic Runtime Checks should be "Default".
 3. Linker Enable Incremental Linking should be "No".
 4. Linker Command Line's Additional Options should include "/fixed:no".
 5. C/C++ folder "Whole Program Optimization" should be "No".
 6. Linker Delay Loaded Dlls should be empty.

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/64>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list