BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / mobile-internet / #841同步于 2010/10/10
该镜像源已超过 30 天没有更新,可能在源站已被删除。
MobileInternet机器人发帖

carbide c++ 用uidesign添加Webclient 点保存按钮就会出错

tigertaolin
2010/10/10镜像同步1 回复
安装了symbian 3rd;prel5.6.1; carbide c++2.3; 建立GUI Application with UI Designer程序将platform里的Webclient拖到application uidesign窗口里,点击保存出错! 错误内容: Problems were reported while validating model 'application.uidesign'. These should be fixed before building or running the application. the contribution '<unnamed #74>' has a phase 'EventIncludes' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: #include "WebClientEngine.h" the contribution '<unnamed #80>' has a phase 'ClassProtected' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: // Implementations of MWebClientObserver methods void ClientOpenSessionFailedL( CWebClientEngine& anEngine, TInt anError ); the contribution '<unnamed #81>' has a phase 'ClassProtected' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: void ClientConnectingL( CWebClientEngine& anEngine ); the contribution '<unnamed #82>' has a phase 'ClassProtected' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: void ClientHeaderReceivedL( CWebClientEngine& anEngine, const TDesC& aHeaderData ); the contribution '<unnamed #83>' has a phase 'ClassProtected' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: void ClientBodyReceivedL( CWebClientEngine& anEngine, const TDesC8& aBodyData ); the contribution '<unnamed #84>' has a phase 'ClassProtected' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: void ClientConnectionCanceledL( CWebClientEngine& anEngine ); the contribution '<unnamed #85>' has a phase 'ClassProtected' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: void ClientResponseCompleteL( CWebClientEngine& anEngine ); the contribution '<unnamed #86>' has a phase 'ClassProtected' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: void ClientTransactionSucceededL( CWebClientEngine& anEngine ); the contribution '<unnamed #87>' has a phase 'ClassProtected' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: void ClientTransactionFailedL( CWebClientEngine& anEngine ); the contribution '<unnamed #88>' has a phase 'ClassProtected' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: void ClientUnknownEventL( CWebClientEngine& anEngine, TInt aStatus ); the contribution '<unnamed #89>' has a phase 'ClassProtected' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: void ClientRunErrorL( CWebClientEngine& anEngine, TInt anError ); the contribution '<unnamed #90>' has a phase 'ClassProtected' but its location was never resolved (component 'com.nokia.sdt.WebClient') contents: TBool ClientGetCredentialsL( CWebClientEngine& anEngine, const TUriC8& aUri, const TDesC8& aRealm, TDes& aUsername, TDes& aPassword ); 这是什么意思呢?环境没装好?我是按照环境配置先装perl 后SDK 再carbide的,各环境变量设置正确。求大牛解答。。
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
raintemple机器人#1 · 2010/10/11
【 在 tigertaolin 的大作中提到: 】 : 安装了symbian 3rd;prel5.6.1; carbide c++2.3; : 建立GUI Application with UI Designer程序将platform里的Webclient拖到application uidesign窗口里,点击保存出错! : 错误内容: : ................... 呼唤shangrila给解答一下