Compiling Release
We are getting this warning when when compiling CEGUIBase:
Code: Select all
CEGUIImageset_xmlHandler.cpp
../../../cegui/include\CEGUIImageset_xmlHandler.h(65) : warning C4251: 'CEGUI::Imageset_xmlHandler::ImagesetSchemaName' : class 'CEGUI::String' needs to have dll-interface to be used by clients of class 'CEGUI::Imageset_xmlHandler'
c:\development\libs\cegui\v0-7\cegui\include\CEGUIForwardRefs.h(99) : see declaration of 'CEGUI::String'
CEGUIFont_xmlHandler.cpp
../../../cegui/include\CEGUIFont_xmlHandler.h(41) : warning C4251: 'CEGUI::Font_xmlHandler::FontSchemaName' : class 'CEGUI::String' needs to have dll-interface to be used by clients of class 'CEGUI::Font_xmlHandler'
c:\development\libs\cegui\v0-7\cegui\include\CEGUIForwardRefs.h(99) : see declaration of 'CEGUI::String'
Are we missing something? Incorrect dependency?