Page 1 of 1

CEGUIEXPORT missing?

Posted: Thu Oct 20, 2005 16:50
by cmusch
Hello!

When compiling an own testprogram in Windows with VC7 I got a linker error complaining operator<< for CEGUI::String was unresolved.
The declaration in CEGUIString.h is
std::ostream& operator<<(std::ostream& s, const String& str);
without CEGUIEXPORT. Is there a reason for this or is it simply an error? Adding CEGUIEXPORT solved my problem.

greets
christian