Getting an error in making a simple diloag box
| Sun, 2008-01-27 12:37 | |
|
Hi, I am a beginner in Symbian Programming and m trying to make a simple dialog box. The resource file is: buttons = R_AVKON_SOFTKEYS_OK_CANCEL; items = and I am getting the following 2 errors: 1)Undefined symbol: 'int CEikBorderedControl::HasBorder(void) const (?HasBorder@CEikBorderedControl@@UBEHXZ)' referenced from 'const CMyDialog::`vftable' (??_7CMyDialog@@6B@~)' in guiAppUi.o Please help.. |
|






Forum posts: 121
HI,
Make sure to add these 3 libraries to your mmp file as
avkon.lib
eikcoctl.lib
eikdlg.lib
Jupitar
Forum posts: 293
Hi swetha,
you can refer query example of SDk where you will get more information.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++
Forum posts: 18
Thankyou for your suggestion.. now my errors are gone, but m havin a "System error" when i launch the application on the emulator..
Forum posts: 141
Hi,
What is the system error you are getting, and check the query example in SDK and refer documents related to dialog control.
regards,
eswar