Help me this error!
| Mon, 2005-01-17 03:18 | |
|
I using :
iSendHandler = CSend_SMSSendHandler::NewL(*this); // Send_Smsappui.cpp. iSendHandler is declared : CMsvHandler* iSendHandler; // Send_Smsappui.h ( I writing a program send SMS base on SMS example in Symbian 7.0) But an error occur : error C2440: '=' : cannot convert from 'class CSend_SMSSendHandler *' to 'class CMsvHandler *' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast How to solve this problem ? |
|






Forum posts: 1379
And what does CSend_SMSSendHandler::NewL return?
didster
Forum posts: 9
Thank you,
Ho Van Nhan
Forum posts: 9
Thank you,
Ho Van Nhan