I am using the Marmalade AppWarp S2 version with the ChatApp sample server files. I get the message in Eclipse that the Zone and Room has been created after I make them in the AdminDashboard. This is the code I have in my Marmalade client side:
AppWarp::Client::initialize(api_key, ip);
warpClient = AppWarp::Client::getInstance();
warpClient->setConnectionRequestListener(this);
warpClient->setRoomRequestListener(this);
warpClient->setNotificationListener(this);
warpClient->connect(std::string(gameData->userName), "");
But this error just keeps repeating when I try run the app:
[0xfa0] SOCKET: TryConnect error: 10036
Any ideas?