Hi,
I am trying to build a STDDLL which is having C code as well as C++ code but I am getting linking error like this
mwldsym2.exe: Exported symbol ':' cannot be resolved
mwldsym2.exe:...
Type: Posts; User: yogpan; Keyword(s):
Hi,
I am trying to build a STDDLL which is having C code as well as C++ code but I am getting linking error like this
mwldsym2.exe: Exported symbol ':' cannot be resolved
mwldsym2.exe:...
Hi,
I am porting one of the library written in C to Symbian and the library uses lot of writable static data because of which I am using it as static library. Can anyone give me a way as to how I...
Hi,
Try :
ActivateLocalViewL(TUid::Uid(ENextViewId));
where ENextViewId is id for next view.
Hi,
This is a very good example of wait note implementation
http://wiki.forum.nokia.com/index.php/Display_wait_note_between_HTTP_response_delay
Hi,
Again I would suggest you to look into your code as to where your message is going.Try with the logs if your code is just moving your code to Outbox and not actually sending it to the intended...
Just try to debug your application in emulator (by opening in debug mode)by putting breakpoint in the line you suspect is giving error and check the call stack to find out what is the error/panic you...
Hi,
Just let me know what is it that you are looking for? Is it the dialog box which queries for Username and password, then you can use this class CAknSelectionListDialog. Try searching in the SDK...
Hi,
What is the error you are getting when your application is terminated?
One thing to check is that whether iSmsMtm is getting instantiated before you are callin an API on it.
Hi,
My suggestion would be to debug your application once more to check what all events are getting generated when you are scrolling up and down the list. It should not happen that both the up and...
Hi,
You have mentioned the resource structure which you are using to get the settings page. Now when you are using this resource ID in your code there it would have provision of supplying with the...
Hi,
Have you tried debugging the code and check whether the RunL is getting invoked or not? Also which S60 version are you writing your application. AFAIK you may need certain capabilities also are...
Hi,
Try using logging to find out where exactly is the problem also use dead panic code to find out what is the panic you are getting.
Hi,
Is it trying to open and then crashing or is it not opening at all?? Reinstalling it can be a good option.
Hi,
I think it is '\' and not '/' for setting EPOCROOT.
Hi,
Are you using the same code snippet that is provided in the article or you have made any modifications? You can post your code and also check what is the panic code you are getting while...
Hi,
Is it that if you are waiting for a very long time the socket connection is breaking. If that is the case that might be possible that instead of waiting indefinitely the API might be having some...
Hi,
Can you tell what is the error you are getting? Try debugging it with the dead panic code link mentioned by wizard_hu.
Hi Rajat,
I would suggest as other members have already mentioned try to work on the skeleton framework provided by the IDE wizard, that way you can save on the unnecessary problem of framewrok not...
Hi,
Correct me if my understanding is right. You are saying that even if you are changing the commented out code still it is crashing at the same point. I would suggest you to clean the exe manually...
Hi,
So you are saying that you used the Avkon label of R_AVKON_SOFTKEYS_OPTIONS_EXIT and when you changed the language it didnt reflect in the soft keys. Is that correct? Did you try the other...
Hi,
Please check this link also
http://www.symbian.com/developer/techlib/v8.1adocs/doc_source/reference/reference-cpp/n101ba/Descriptors/TDesC16Class.html#%3a%3aTDesC16%3a%3aCompare%28%29
Hi,
Instead of putting breakpoint in the E32 main or NewApplication, try putting it in the ConstructL() of AppUi or try to step into from your breakpoint instead of next step.
Hi,
Also check if the sis files to be embedded are already present in the location.
Hi,
Check this link for more information
http://wiki.forum.nokia.com/index.php/How_to_define_application_icon
Kumar has already mentioned it:)
Hi,
What application did you installed. You can try for the soft formating of your device. Try out the combination of Green Key, '3' key and * key just after you have swiched your device by power...