Thank you Andrea and well done again!
Type: Posts; User: david4x; Keyword(s):
Thank you Andrea and well done again!
Ok I found the problem and II am so sorry for the headaches caused. I had a syntax error in my mmp file where I had a comma after the first lib, followed by the second lib (rather than a pure space)....
OK after many hours of messing with the installations I have a single Belle SDK v1.0 folder. I copied across the apgrfx.lib from Symbian3 SDK. I noted Belle already had a apgrfx.dso file so left that...
Thanks Vineet. Since re-installing Belle SDK before de-installing I have discovered a lot of pathing problems so I need to uninstall both SDK's now and re-install. I will be a few hours but I suspect...
Well done Andrea993! I have also attempted this in the past as per your original code but then got API depreciated warnings since Symbian3. Would you mind sharing the RCmManager based code to set up...
Not sure if anyone can help but I have run out of ideas.
Just updated to Carbide 3.2 (then auto update to 3.3) and Bell SDK 1.0 in order to develop on Symbian Belle. Was previously using Carbide...
Thanks TongMuan, that's all great information and most appreciated.
I have been reluctant to update my devices from Anna to Belle in case of binary compatibilities.
I would be very interested...
Yes I accept that the wrapper is a third party addition but I was referring to the official SDK documentation...
...
Thanks for the quick reply symbianyucca and I agree with you so I have opened a paid technical case.
I woudl have thought that if the publically open SDK documentation showed how to use certain...
I am trying to specify the jpeg quality on a N8 camera using the S^3 1.0 SDK.
My original code was ported from S60 3.2 and I used the camerawrapper library and I copied this into the SDK along...
I ended up logging a ticket and after going through multiple removals, installs and re-installs, the final word of advice was to either to do a fresh install on a fresh computer or reformat the...
Done. Cheers.
Please see my recent post for an issue that I see on Symbian^3 SDK but not S60 3rd Ed FP2
http://discussion.forum.nokia.com/forum/showthread.php?220661-SendAs-FSMailServer-User-11-on-Symbian-3
I am having the same issue but unfortunately cannot get make v3.81 to build correctly within carbide. If I execute the first line from the command line in windows I see the same fault...
I...
Not sure if anyone can help me figure this out but I am having trouble with Symbian^3 and that does not occur on S60 3rd Ed FP2.
When I attempt to create a message using code snippet below;
...
Hello Lance I just came across your thread and wondered if you solved your problem as I am also trying to set up a micro controller with USB host capability and I simply want to read/write serial...
I am using TRK and I have traced the exception to a RFileLogger call (via the macro) but the strange aspect is this is not the first time it is called. It is actually successfully called many times...
Thanks Symbianyucca and I believe you are correct. I had a call a little later down to the RFileLogger and commenting this out lets the code run (to a point). So I am stuck now figuring out how to do...
Can someone help my understanding of what's going wrong here. I am using S60 3rd Ed FP2.
My code has been running ok when compiled for the device but recently it is failling when trying on-device...
You are correct Wizard_hu and I was able to track down the problems on the server.
Thanks for the guidance.
Do you know if there is a limitation on the maximum file size for an email attachment or is it again determined by the heap size?
For example I am just trying to use the built in email Nokia...
For some reason I have recently experienced a peculiar error which I cannot figure out. I am attaching a file to an email message and here is the code.
TFileName fileToSend;...
Thanks Wizard_hu that is very useful code. I have been looking around for a good data logging technique/method....
I have occassionally received a "Unable to send" message possibly due to bad wireless connectivity but the problem is my application gets stuck waiting for the delayed message to get pushed out...
Hi Wizard_hu.
Well I decided I would uncomment all my observer message calls and do a clean build, then removed all my break points and stopped monitoring the code so closely and guess what - they...