Discussion Board

Results 1 to 5 of 5
  1. #1
    Regular Contributor jrantam's Avatar
    Join Date
    Jun 2004
    Posts
    53
    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!

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    try to write r_avkon_wait_note_softkey_cancel in capital lettes in you cpp file, might help.

    yucca

  3. #3
    Regular Contributor jrantam's Avatar
    Join Date
    Jun 2004
    Posts
    53
    X:\Test\src\Test_AppView.cpp(199): error C2065: 'R_AVKON_WAIT_NOTE_SOFTKEY_CANCEL' : undeclared identifier

  4. #4
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    have you included :
    #include <XXXXX.rsg>

    Where XXXXX is your rss files name into your Test_AppView.cpp file.

    yucca

  5. #5
    Regular Contributor jrantam's Avatar
    Join Date
    Jun 2004
    Posts
    53
    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
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved