Problem to add data into .mmp file in carbide

Login to reply to this topic.
Tue, 2007-01-30 07:05
Joined: 2007-01-01
Forum posts: 18
hi ,
    plz any one tell me . when i make new applications in carbide then how to add data into .mmp file .

i add .bmp data into mmp file   

START BITMAP      localization_01.mbm       // GB flag bitmap
  TARGETPATH      \system\apps\localization
  SOURCEPATH      ..\data
  SOURCE          c12 bitmap_A.bmp
END

plz tell how to add this data into carbide .mmp file . Sad Huh

Tue, 2007-01-30 08:29
Joined: 2006-05-10
Forum posts: 64
Re: Problem to add data into .mmp file in carbide
Hi,

  Not sure which Carbide you're talking about. If Carbide.VS, then you have some options (at least for my knowledge):
1. If you want to add source files, just drag them into Solution Explorer. Mmp file will be updated automatically next time you build the project.
2. If you want to add libraries, go to Project -> Properties -> Linker -> Input and add new entries to Additional dependencies. Again, mmp file will be updated automatically next time you build the project.
3. If you want to add / change other things (like BITMAP), you can always modify your mmp file manually and import whole project again.

Hope this helped.

Regards,
  Damian

Confusion will be my epitaph..

Wed, 2007-01-31 12:19
Joined: 2007-01-01
Forum posts: 18
Re: Problem to add data into .mmp file in carbide
thanks for ur reply .
     sir,
         actually, when i am creating a new project then  in carbide.c++ 1.0 versions .mmp file and bld.inf file is not created in the project file . when i open project folder then it show all source file resource file and include file and others some file .
          i add below  data into mmp file   

START BITMAP      localization_01.mbm       // GB flag bitmap
  TARGETPATH      \system\apps\localization
  SOURCEPATH      ..\data
  SOURCE          c12 bitmap_A.bmp
END

  this data is used to create .mbm formate image .
plz tell me how to add this data into .mmp file .

Smiley Huh
Wed, 2007-01-31 13:11
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2009
Re: Problem to add data into .mmp file in carbide
at least you should update to carbide.c++ 1.1 !

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Thu, 2007-02-01 05:20
Joined: 2007-01-01
Forum posts: 18
Re: Problem to add data into .mmp file in carbide
thanks ,
     ok i install carbide 1.1 version . then plz give me a path to open .mmp file in carbide 1.1 versions.
     plz tell me . it is very important to me ,for  adding data into .mmp file .
     
  • Login to reply to this topic.