Jump to content

Compiler errors in IRC client


photo

Recommended Posts

Posted

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

Posted

IRC client is still in the development, it isn't production-ready.

Posted

Yes, this is fixed already :)

Thank you!

×
×
  • Create New...