Error/Problem with CEikDialog

Login to reply to this topic.
Fri, 2003-12-19 15:42
Joined: 2003-12-11
Forum posts: 14
hi all
I am newbie to mobile applications. I just tried to modify the helloworld
program to show a dialog box to ask for user input. I am using C++ BuilderX Enterprise version for devlopment purpose. But i am geting following error,

"CEXAMPLEDIALOG.obj ":     error LNK2001: unresolved external symbol "public: int __thiscall CEikDialog::ExecuteLD(int)" (?ExecuteLD@CEikDialog@@QAEHH@Z)

Can anyone help me with this ? My further progress in learning UIQ seem to have stuck up.

Thanks

Sat, 2003-12-20 12:04
Joined: 2003-04-03
Forum posts: 39
Error/Problem with CEikDialog
You need to add library to your project. In your case this is EIKDLG.LIB!
  • Login to reply to this topic.