|
|
User login
Feeds |
Which lib file shoud I link?
|
|||||
| Fri, 2005-08-05 04:35 | |
|
I writed a Dialog Class inherited from CEikDialog,many similar errors occured,one of them is:
unresolved external symbol "protected: virtual void __thiscall CEikDialog::PageChangedL(int)" (?PageChangedL@CEikDialog@@MAEXH@Z) I included <eikdialg.h>,but I don't know which lib file shoud I link,because I can't find CEikDialog class in SDK. |
|
Forum posts: 188
you have to include eikdlg.lib in your mmp file and recompile again.
See in SDK help, For every class help, on the top of the help page it is written like this
example : for class CEikDialog
it is written on the top
Location: techview/eikdialg.h
Link against: eikdlg.lib
from their you will come to know which header file to include and which lib file to link.
----
Chetan Kulshrestha
Forum posts: 8