In my code, I call RHostResolver::GetByAddress() and pass a 3rd argument for the resulting TRequestStatus variable. I get a value of -3005. What does that mean?
In my code, I call RHostResolver::GetByAddress() and pass a 3rd argument for the resulting TRequestStatus variable. I get a value of -3005. What does that mean?
Alright, i fixed that by modifying my setupcomms.bat. However, I get a new value of -2008. I checked the e32std.h header file but I couldn't find it there. What does that error code stand for?
Hi there,
I have the same error code (-3005) in TRequestStatus, but the error becomes after I do RSocket::connect. If you could explain what you do in the file setupcomms, maybe my problem is resolved
Thanks
Fernando
nd_err.h:etel.h:Code:const TInt KNetdialErrorBase=-3000; //... const TInt KErrExitScriptError=KNetdialErrorBase-5; ///< Exit Condition - Script ErrorLauriCode:const TInt KErrEtelCoreBase = -2000; //... /** A connection request has failed because there is no answer. */ const TInt KErrEtelNoAnswer=KErrEtelCoreBase-8;