View Issue Details

IDProjectCategoryView StatusLast Update
0017418Open CASCADEOCCT:Codingpublic2010-04-23 17:21
ReporterabvAssigned Toapv 
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
OSAll 
Summary0017418: Specific generation of project files is needed for MS VC++ 2005
DescriptionCurrently 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
TagsNo tags attached.
Test case number

Attached Files

Activities

2007-11-09 10:23

 

Issue History

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 abv 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 abv Category OCCT Release:BUILD => OCCT:Coding