I am trying to build OXF Library in Rhapsody and facing the *"usual deallocation function 'void OMOSMessageQueue::operator delete(void ,size_t)' would be chosen as placement deallocation function." issue in multiple files.
Tried to remove the Overridden New and Delete methods from the class. Still facing the issue.
Some kind of work-around or Root cause.