PDA

View Full Version : Client-Server app with a mobile and Pc



ReSu
19th May 2010, 17:47
Hello every one ..

I'm trying to implement a client server application in which a mobile phone ( uses Symbian OS) acts as a client and a my laptop acts as a server ..
I want a client make a connection to a server and send some message ..
Then
The server reply to client's message with another message ..
I have tried this client server scenario using 2 laptops and it works well ( both run Windows Os) .. The problem appears in emulator and the actual mobile ..
Is there any settings that should be added to *.pro ?
I have added this line but still not working properly :(
symbian: TARGET.CAPABILITY +=NetworkServices

I'm using SDK 5th Edition
Qt for symbian 6.4.2
Qt creator the latest version
carbide 2.3

Hoping you could help me :(
Thanks in Advance ..