Jump to content

Compiler errors in IRC client


photo

Recommended Posts

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 =)

Link to comment
×
×
  • Create New...