Problem to add data into .mmp file in carbide
| Tue, 2007-01-30 07:05 | |
|
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 . ![]() |
|







Forum posts: 64
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..
Forum posts: 18
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 .
Forum posts: 2009
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 18
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 .