Problem while using NewL() and NewLC()

Login to reply to this topic.
Thu, 2006-03-09 11:59
Joined: 2006-02-15
Forum posts: 38
Hi I am a bigner please don't become anger after reading my question

I declared two static method in my NewL() and NewLC()  ...Container class in ...Container.h file but while using it in ...Container.cpp I'm facing 32 error that are all based on these two methods.'
the error is
NewLC' : is not a member of 'operator``global namespace'''


Thu, 2006-03-09 12:38
Joined: 2005-11-20
Forum posts: 1157
Re: Problem while using NewL() and NewLC()
And now?

By the way, you are accumulating bad karma with an alarming rate. If you want help from people on this forum I suggest to put a little more care and effort into formulating your questions.

René Brunner

Thu, 2006-03-09 13:04
Joined: 2006-03-07
Forum posts: 15
Re: Problem while using NewL() and NewLC()
Hi Bashir
can you be a bit clear
I have been struggling with some similar type of problems and got solved myself
If you are a bit specific I may be helpful to you
Any ways read about Two phase construction in the sdk
bye

Raja

Thu, 2006-03-09 15:58
Joined: 2005-11-20
Forum posts: 1157
Re: Problem while using NewL() and NewLC()
Could you please post the header file where you define the class in question, and the part of your source file where you try to implement the two procedures? (That part should be enough, probably no need to post the whole source.)

René Brunner

  • Login to reply to this topic.