Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User s4sandy_bit's Avatar
    Join Date
    Oct 2007
    Posts
    21
    hi,
    i want to create .sis file and i am using vc6. for creating .sis file i want to give command from cmd prompt like makesis file.pkg, but one problem arises in .pkg file that in .pkg file the .aif file path is given but my project doesn't have .aif file. so, for that i create .mbm file then from that .mbm i created .aif file and at last im creating .sis file. the .sis file is created but when i run this .sis file on nokia 6600 the program is not showing in menu option and when i check it in manager folder it is showing that the project is installed. please help me out. why it is not showing in menu option ??
    thnxs in advance...

  2. #2
    Nokia Developer Champion qxiaoyuan's Avatar
    Join Date
    Jul 2007
    Location
    ShenZhen, China
    Posts
    4,346
    aif file is s60 2nd application icon file.

    it is build from mmp and aif.rss.

    in mmp

    AIF xxx.aif ..\aif xxxaif.rss c12 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp

    in aif.rss

    Code:
    #include <aiftool.rh>
    
    RESOURCE AIF_DATA
        {
        app_uid=0x2000A162;
        num_icons=2;
        embeddability=KAppNotEmbeddable;
        newfile=KAppDoesNotSupportNewFile;
        }
    ps. 4 bmp is desktop icon image, it size is 42x42 and 42x29, image and mask image.
    ----------------------------
    坚持学习, 坚持编码
    http://www.devdiv.net/
    qxiaoyuan

  3. #3
    Registered User s4sandy_bit's Avatar
    Join Date
    Oct 2007
    Posts
    21
    yes, everything is correct in my files whatever u said. then why it is not showing on my fone nokia 6600 ?

Similar Threads

  1. Error : Cannot find file : for DUMMIES
    By PACALA_BA in forum Symbian C++
    Replies: 7
    Last Post: 2008-07-06, 13:18
  2. Error with makesis.exe and creating the .pkg file
    By gramya87 in forum Symbian Tools & SDKs
    Replies: 7
    Last Post: 2007-10-10, 13:53
  3. Contacts fields order??
    By timatima in forum Symbian C++
    Replies: 1
    Last Post: 2007-06-08, 13:51
  4. .app and .aif files not created during build
    By ulrichta in forum Carbide.c++ IDE and plug-ins (Closed)
    Replies: 2
    Last Post: 2006-08-13, 20:45
  5. Can't create settings file and log file.
    By skhimsara in forum Symbian C++
    Replies: 1
    Last Post: 2006-05-08, 09:25

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