Discussion Board
-
Wait dialog ... what is missing?
2004-07-26, 08:09
#1
Regular Contributor
Hi! I am trying to create wait dialog, but an error occurs...
in .cpp:
iWaitDialog->ExecuteLD(r_avkon_wait_note_softkey_cancel);
in .rss:
RESOURCE DIALOG r_avkon_wait_note_softkey_cancel
{
...
}
and error...
X:\Test\src\Test_AppView.cpp(189): error C2065: 'r_avkon_wait_note_softkey_cancel' : undeclared identifier
Any help appreciated!
-
Nokia Developer Expert
try to write r_avkon_wait_note_softkey_cancel in capital lettes in you cpp file, might help.
yucca
-
No help from UPPERCASE...
2004-07-26, 10:10
#3
Regular Contributor
X:\Test\src\Test_AppView.cpp(199): error C2065: 'R_AVKON_WAIT_NOTE_SOFTKEY_CANCEL' : undeclared identifier
-
Nokia Developer Expert
have you included :
#include <XXXXX.rsg>
Where XXXXX is your rss files name into your Test_AppView.cpp file.
yucca
-
Thanks Yucca!
2004-07-26, 12:41
#5
Regular Contributor
Both, uppercase and rsg-file include, were needed... Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules