在声明一个CEikRichTextEditor是报错,请大家看看,多谢。
在AppView.h中声明:
#include <eikrted.h>
private:
CEikRichTextEditor *iOutputWindow;
在AppView.cpp中定义 :
void CMyTestAppView::ConstructL(const TRect& aRect)
{
iOutputWindow = new (ELeave)CEikRichTextEditor ();
}
但是编译出错 :
Undefined symbol:'CEikRichTextEditor ::CEikRichTextEditor(void) (??OCEikRichTextEditor@@QAE@XZ);