
Originally Posted by
wizard_hu_
Probably it would be better showing the code line in question and the error message.
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 of code where the problem occurs.
Code:
RFs iFs;
...
TBuf<12> FileNameBuf(FileName);
ret = file.Open(iFs, FileNameBuf, EFileWrite|EFileShareAny);
Where I've underscored/bold/italicised is where the problem is.
That's about it.