Changes between Initial Version and Version 1 of FDORfc18


Ignore:
Timestamp:
04/15/08 09:46:33 (17 years ago)
Author:
oresthalustchak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc18

    v1 v1  
     1= FDO RFC 18 - Migrate to Microsoft Visual Studio 2008 =
     2
     3This page contains an change request (RFC) for the FDO Open Source project. 
     4More FDO RFCs can be found on the [wiki:FDORfcs RFCs] page.
     5
     6
     7== Status ==
     8 
     9||RFC Template Version||(1.0)||
     10||Submission Date|| April 14, 2008 ||
     11||Last Modified|| Orest Halustchak [[Timestamp]]||
     12||Author||Orest Halustchak||
     13||RFC Status||draft ||
     14||Implementation Status||pending||
     15||Proposed Milestone||3.4.0.0||
     16||Assigned PSC guide(s)||(when determined)||
     17||'''Voting History'''||(vote date)||
     18||+1|| ||
     19||+0|| ||
     20||-0|| ||
     21||-1|| ||
     22 
     23== Overview ==
     24
     25This is a proposal to switch support from the Microsoft Visual Studio 2005 compiler to the Microsoft Visual Studio 2008 compiler.  After this is done, developers will need to use Microsoft Visual Studio 2008 to compile !FDO Open Source on Microsoft Windows.
     26
     27== Motivation ==
     28
     29The Microsoft Visual Studio 2008 IDE is the most recent version. It is claimed to be "The highest quality Visual Studio release ever ensures that you are more productive during development" (http://download.microsoft.com/download/3/B/D/3BDDC5D5-E8CF-4031-A12A-B072ECA27C42/VS2008PETopTenFSEMEA.doc) and has better support for more recent operating systems such as Vista. These benefits plus the better code checking are the reasons we should upgrade to it.
     30
     31Note that there is a corresponding RFC for MapGuide: http://trac.osgeo.org/mapguide/wiki/MapGuideRfc47
     32
     33== Proposed Solution ==
     34
     35 * All solution and project files in the trunk but not the 3.3 or 3.2 branches will be upgraded to VS 2008 format
     36 * All code will be recompiled and code changes made as appropriate
     37 * All unit tests will be run and must pass before the above changes can be submitted.
     38
     39== Implications ==
     40
     41We will no longer support VS 2005.  Note that this should not be an issue because
     42 * There is a VS 2008 express edition for those using the free compiler.
     43 * Both VS 2005 and 2008 can be installed at the same time so it will be possible to work with the branches using VS 2005 and the trunk using VS 2008.  (And of course when the 3.4 or subsequent branches are created, they will continue to use VS 2008.)
     44
     45== Test Plan ==
     46
     47No new unit tests will be created for this.  However, the existing unit tests will be run to ensure that they still pass.
     48
     49== Funding/Resources ==
     50
     51Autodesk