socket write
| Wed, 2005-03-16 13:40 | |
|
hy guys
![]() i need to make a program that connects through socket to a server, and i tooked the Sockets example from series60 (i have a N3650). the problem is that i want to send to my server a command like "(LOGIN)(USER)(PASS)" without reading it from the keyboard, and the WriteL function takes as a parametre const TDesC8 & aData. the question is how do i convert "char" to "const TDesC8 &"? plz i need help |
|







Forum posts: 192
theString.Copy(_L8("(LOGIN)(USER)(PASS)"));
Forum posts: 18
i tryed the sockets example, it works fine while my phone is connected to the computer through Bluetooth, but when i close bluetooth connection and try connecting the application through gprs i get the TIMEOUT error.