请问在编译的时候没有问题,Make的时候出下边的错误:
Errors caused tool to abort.
Link Error : Undefined symbol: class TVwsViewId CMainAppAppView::ViewId(void) const (?ViewId@CMainAppAppView@@UBE?AVTVwsViewId@@XZ)
Link Error : referenced from const CMainAppAppView::`vftable (??_7CMainAppAppView@@6B@) in MAINAPP_APPVIEW.o
Link Error : referenced from @44@?ViewId@CMainAppAppView@@UBE?AVTVwsViewId@@XZ in MAINAPP_APPVIEW.o
Link Error : Link failed
这是怎么回事啊?
看错误信息是链接时用到了没有定义的TVwsViewId CMainAppAppView::ViewId(void) const
你再rebuild一下试试