Hello list,
I get a syntax error during compilation, for the following code
//.h file
#define UID 1000
class A
{
private:
const TUid *pUid;
};
//.cpp file
inside the ConstructL() method
pUid = new (ELeave) TUid::Uid(UID);
I get the syntax error for the above line in bold.
Any guesses what could be wrong?
TIA
Vin



