e.mikerin Posted March 23, 2012 Posted March 23, 2012 UnigineSDK-source-2012-02-26/source/plugins/Network/source/irc_client/IRCClient.cpp from line 285 to 336 printf("%s",message.toString()); needs to change to: printf("%s",message.toString().c_str()); Hope you already fix it!=) You should update our sources btw =)
binstream Posted March 24, 2012 Posted March 24, 2012 IRC client is still in the development, it isn't production-ready.
Recommended Posts