Not sure if I'm skilled enough for the Collapse method, but I will give TBuf a go.
Thanks for that! :)
Type: Posts; User: Mathematix08; Keyword(s):
Not sure if I'm skilled enough for the Collapse method, but I will give TBuf a go.
Thanks for that! :)
Hi guys
Descriptors have go me again. I need to convert from:
TInt aNum = 12;
TBuf<3> someNum;
someNum.Num(aNum);
to a TPtrC8 to write to a file. Is there any way that this can be done?
D'oh!
Thanks mate. :)
That's what I was trying to find, but I can't seem to locate it. How do I find and set my EPOCROOT env. variable?
Hi all
I'm stuck again.
I'm currently installing everything on my machine and have encountered a problem. When I build a project I get:
using Carbide.c++ v1.3 express.
That's just it, there is no error message. To all intents and purposesthe code compiles completely cleanly but the highlighting points to an issue that doesn't appear to exist.
Here is a snippet...
v1.3 express. Currently going through the help and not found an answer yet. :)
Hi all
I've noticed that even though my code otherwise compiles correctly, and I can't find any issues when debugging, the syntax highlighting appears to be pointing to a problem in the code and...
Yep, my bad. Thanks again! :)
Panic over, I was being an idiot. The code that is...
ret = file.Open(&iFs, FileName, EFileWrite|EFileShareAny);
should have been
Yep, posted code. :)
Sorry for the delayed reply, Kiran.
Here is the source that is giving me the problem.
#include <e32def.h>
#include "DescriptorTest.h"
#include <e32std.h>
Hi Kiran
Tried this a little while ago, but Carbide complains that 'const TDesC16 &' and 'const TLitC<11>' are incompatible.
Hi all
I'll try to keep this from being a rant.
I'm using the 8.1a SDK for some apps that I'm writing for old Symbian 8 phones, of course. I have a problem in my code whereby I'm trying to...