[aspectc-user] Re: Symbian meet Aspect C++
Marti Bayo-alemany
malemany at nero.com
Tue Sep 13 16:05:58 CEST 2005
Hi all,
The same error happens to be also with the following case...
inline void NConfigDataGUI::__exec_old_SetEqualizerPresetSelection(unsigned long int value){
m_iEqualizerPresetSelection = value;
}
../SRC-AH-OUT/Guihelperclasses.cpp:1248: no `void NConfigDataGUI::__exec_old_SetEqualizerPresetSelection(long unsigned int)'
member function declared in class `NConfigDataGUI'
It makes sense because the following method is not defined ...
__exec_old_SetEqualizerPresetSelection
It is needed to generate new header files. How it is that done ?
Best wishes,
Marti
----- Original Message -----
From: Marti Bayo-alemany
To: aspectc-user at aspectc.org
Sent: Tuesday, September 13, 2005 3:53 PM
Subject: Symbian meet Aspect C++
Hi all,
Actually some code generated from Aspect C++ ...
inline void CNotifyCall::__exec_old_DoCancel(){
iLine.NotifyIncomingCallCancel();
}
is giving to me the following error...
../SRC-AH-OUT/Gapiapplication.cpp:1697: no `void
CNotifyCall::__exec_old_DoCancel()' member function declared in class
`CNotifyCall'
any idea ?
Best wishes,
Marti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20050913/84349cf6/attachment.html>
More information about the aspectc-user
mailing list