Page MenuHomePhabricator

#include "mitkCommon.h" needed in mitkInteractionEventConst.h
Closed, DuplicatePublic

Description

otherwise several warnings treated as error show up

e.g. warning C4251: 'mitk::InteractionEventConst::xmlTagConfigRoot' : class 'std::basic_string<_Elem,_Traits,_Ax>' necesita tener una interfaz DLL para que la utilicen los clientes de struct 'mitk::InteractionEventConst'

[...]

Event Timeline

Hi Sebastian,

this might be a duplicate of T15163 .

You could try and merge the following branch into the current master and check if this also solves the problem:

bug-15163-ConvertEventConfigMembersToStaticFunctions

I assume this happens in VS2012 ?