Opened 13 years ago
Closed 7 years ago
#789 closed enhancement (fixed)
RFC 62 - Migrate FDO to VS2010 compiler
Reported by: | silvia | Owned by: | Silvia Yu |
---|---|---|---|
Priority: | critical | Milestone: | 3.7.0 |
Component: | General | Version: | 3.7.0 |
Severity: | 3 | Keywords: | FDO Porting |
Cc: | External ID: |
Description ¶
This submission implemented RFC 62 - Migrate FDO to VS2010 compiler.
The major changes include: 1) changed project compiler from v90 to v100 2) fixed an invalid null pointer debug assertion failure in xalan-c, which is caused by implementation change in xutility(VC10). They added a _DEBUG_POINTER(_Dest) check in VC10 in copy function. 3) revised boost references, which should be used boost*_vc100 instead of boost*_vc90 binaries. 4) fixed build break in MySql vcxproj settings in release configuration 5) fixed issues found by unit test validation
The unit test suites for FDO and providers have been validated.
Change History (2)
by , 13 years ago
Attachment: | RFC_62_FDO_2010_Porting.patch added |
---|
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |