I write a UDP server using VC++,under windows os,and send data to
symbian emulatorm, I use AO to write client application. But I cann't
recieve any data. so I wonder why? anybody help me? thx
thx to all, now I can recv data from server, but the new problem is whether I should use two AOs in my app, one to recv data and the other to process data(video decoder and display).I have no idea to use two or more AOs, Does anybody have some examples? thx
No need to use another AO, u can use mixim class. Anyhow , your HTTP transaction class is going to use one AO. In the observer methods u can store the rec data n process on it. In mean time u can display the video data using the videoplayer utility.
Forum posts: 1205
As this can have dozens of reasons, definitely more details are needed before anybody can help you.
René Brunner
Forum posts: 124
hi,
can u paste ur error reason so that anyone here can look at ur code and comment on it.. coz ur post doesn't convey anything..
Regards,
Mateen Maldar
Mateen Maldar
Forum posts: 2
thx to all, now I can recv data from server, but the new problem is whether I should use two AOs in my app, one to recv data and the other to process data(video decoder and display).I have no idea to use two or more AOs, Does anybody have some examples? thx
Forum posts: 50
Hi kck,
No need to use another AO, u can use mixim class. Anyhow , your HTTP transaction class is going to use one AO. In the observer methods u can store the rec data n process on it. In mean time u can display the video data using the videoplayer utility.
No need of another AO, i think
By,
karthikeyan.B