Archived issue #0033178

7.7.0-beta fails to build TKXCAF.dll (can't resolve reference to XCAFDoc_Note::GetObject())

CommunityOCCT:Codingnew0 public notes

Search issues

Description

7.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

Public activity

No public notes

Participants are labeled by their role within this record.