View Issue Details

IDProjectCategoryView StatusLast Update
0033178CommunityOCCT:Codingpublic2022-10-23 02:53
Reporterokamoto.tec.kikukawa_133691 Assigned Tokgv  
PrioritynormalSeverityminor 
Status newResolutionopen 
PlatformWindowsOSVC++ 2017 
Summary0033178: 7.7.0-beta fails to build TKXCAF.dll (can't resolve reference to XCAFDoc_Note::GetObject())
Description7.7.0-beta fails to build TKXCAF.dll/.lib. (not found XCAFDoc_Note::GetObject())
adding below code to XCAFDoc_Note.hxx fixes it.

// resolve name collisions with WinAPI headers
#ifdef GetObject
  #undef GetObject
#endif
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-10-23 02:53 okamoto.tec.kikukawa_133691 New Issue
2022-10-23 02:53 okamoto.tec.kikukawa_133691 Assigned To => kgv