That should work on S60 5th Ed.Try launching the emulator & open app it by clicking on the app icon rather then directly launching the exe & see what...
Well that depends upon the requirement/flow of your app as when you want to call that service. Try debugging the app by putting break points starting...
Yes calling NULL on the object after deleting it is in fact a basic C/C++ principle. CleanupStack::PopAndDestroy is used to destroy the object (works...
Probably after the usage of object httpEngine has been finished(may be at the end of function in which you are trying to utilize it). The best in my...
Do Remember to Search for your query on Google/Forum Wiki& DiBo , it really saves your time & You get your queries answered(in most of the cases) before posting them on Dibo itself. :)