View Issue Details

IDProjectCategoryView StatusLast Update
0020122Open CASCADEOCCT:WOKpublic2009-06-25 12:20
Reporterimv Assigned Toifv 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSWindows NT 
Fixed in Version6.3.1 
Summary0020122: Incorrect work of header extraction on Windows platform
DescriptionThe extraction of headers creates wrong header files on WNT platform.
Types of class methods are either missed or its are set of missed simbols.
For example: extraction of TPrsStd_AISViewer.hxx. Created file contains
Standard_EXPORT static const @#$%$ GetId() ;
Standard_EXPORT static Has(const TDF_Label& acces) ;
instead
Standard_EXPORT static const Standard_GUID& GetId() ;
Standard_EXPORT static Standard_Boolean Has(const TDF_Label& acces) ;
TagsNo tags attached.
Test case number

Attached Files

  • TPrsStd_AISViewer.hxx (4,665 bytes)

Relationships

related to 0020339 closedifv Problem of extraction by WOK 

Activities

2008-07-17 09:20

 

TPrsStd_AISViewer.hxx (4,665 bytes)

Issue History

Date Modified Username Field Change
2008-10-22 18:21 bugmaster OtherBugsDependingOnThis => 20339
2008-11-21 15:47 bugmaster Assigned To bugmaster => ifv
2008-11-21 15:47 bugmaster Status new => assigned
2008-11-21 15:47 bugmaster Status assigned => resolved
2009-06-25 14:20 bugmaster Status resolved => closed
2009-06-25 14:20 bugmaster Resolution @0@ => fixed