Discussion Board

Results 1 to 2 of 2

Hybrid View

  1. #1
    Registered User fonedev12's Avatar
    Join Date
    Mar 2003
    Posts
    10
    I'm trying to compile the InfoDialogs example code in the epoc32ex\crystalui\infodialogs directory however it fails due to being unable to locate ""InfoDialogs.mbg"". Is there a step I am missing in creating this app?

  2. #2
    Regular Contributor huckFIN's Avatar
    Join Date
    Mar 2003
    Posts
    76
    The MBG file is a dynamically created header-file used by the application,
    and often it's resource files.
    You need to create this file by compiling the "multiple bitmap file" (MBM)
    associated with this application.
    You can do this using the bmconv.exe tool in your SDK (which will generate
    the mbg file). See the SDK section on bmconv for more information (it's
    something like bmconv -h or some other similar command line directive).

    I think the v6 sdk's can automatically build the mbg when you do "abld
    build" but this depends on the specific implementation of your mmp file. See
    the SDK sections on the format of MMP files for more information.

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