newlc++ ... the RegisterNotifyStatusChange() of the RLine class was only supported in Symbian 5.0 and then withdrawn in 5.1. I think that probably means that it won't compile if you are using the Series 60 SDK edition 2.
You can just use the RLine.NotifyStatusChange() function to be notified of line status changes. Funny thing though... in my code.. it seems that every so often, NotifyStatusChange() will not fire on all status changes...so it misses a few here and there... not sure why.
"If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein
Forum posts: 45
You can just use the RLine.NotifyStatusChange() function to be notified of line status changes. Funny thing though... in my code.. it seems that every so often, NotifyStatusChange() will not fire on all status changes...so it misses a few here and there... not sure why.
"If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein