View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017418 | Open CASCADE | OCCT:Coding | public | 2007-10-25 12:00 | 2010-04-23 17:21 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | feature | ||
| Status | closed | Resolution | fixed | ||
| OS | All | ||||
| Summary | 0017418: Specific generation of project files is needed for MS VC++ 2005 | ||||
| Description | Currently OCCT comes with project files generated by WOK tools for MS VC++ 7.1 (VS .NET 2003) When using MS VC++ 8.0 compiler (VS 2005), it becomes necessary to convert these projects in new format. Though this is made automatically by MS VS, this is inconvenient and (by default) produces projects that are not guaranteed to have the desired options. For instance, in VC++ 7.1 option /Op (disable floating point optimizations) is OFF by default. In VC++ 8.0, default is /fp:precise which is equivalent to /Op being ON in VC++ 7.1. This leads to 1.5-2 times performance degradation of the programs converted to VC++ 8.0. The right way to preserve the same options is to set option /fp:fast in VC++ 8.0 | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-10-25 12:18 | bugmaster | Assigned To | vtn => apv |
| 2007-10-25 12:18 | bugmaster | Status | new => assigned |
| 2007-11-09 12:19 |
|
CC | => ptv, vtn |
| 2009-05-13 18:55 | bugmaster | Status | assigned => verified |
| 2010-04-23 17:21 | bugmaster | Status | verified => closed |
| 2010-04-23 17:21 | bugmaster | Resolution | @0@ => fixed |
| 2014-01-11 11:58 |
|
Category | OCCT Release:BUILD => OCCT:Coding |