newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Symbian OS
iPhone
Windows Mobile
Mobile Linux
Forums
Last forum posts
Home
::
Forums
::
Symbian
::
Symbian C++
Username:
*
Password:
*
Create new account
Request new password
Error Using iEikonEnv
Login
to reply to this topic.
Mon, 2004-09-20 09:39
amitaggarwal
Joined: 2004-05-20
Forum posts: 308
I am trying to use iEikonEnv->AlertWin() in my Connection Model ..
This is the error i get
Error : undefined identifier 'iCoeEnv'
CConnection.cpp line 48 (iEikonEnv->AlertWin(KMess1)
Error : undefined identifier 'iCoeEnv'
CConnection.cpp line 53 (iEikonEnv->AlertWin(KMess2)
Error : Compile failed
What is the problem ?
Thanks
Amit
Login
or
register
to post in forums
- Report To Moderator -
Mon, 2004-09-20 10:22
Andreas
Joined: 2003-12-05
Forum posts: 822
See how and where iEikonEnv is defined, and you will understand... Note that it has an i in front of it.
Instead of using iEikonEnv in places where you cannot, use CEikonEnv::Static().
 
- Report To Moderator -
Mon, 2004-09-20 10:48
amitaggarwal
Joined: 2004-05-20
Forum posts: 308
Thnx Andreas ..
Thanks
Amit
 
- Report To Moderator -
Professional
Services
Development
Consulting
Training
About NewLC
Commitments
References
Contact
copyright 2003-2009 NewLC SARL
Forum posts: 822
Instead of using iEikonEnv in places where you cannot, use CEikonEnv::Static().
Forum posts: 308
Thanks
Amit