Copying File to Project Folder.

Login to reply to this topic.
Tue, 2007-09-04 16:14
Joined: 2007-05-01
Forum posts: 40

Hi

I am creating a icon file from 6 bmp file and the Icon.mbm file is saved in Symbian\9.2\S60_3rd_FP1\Epoc32\Data\ location. but my project folder is Symbian\9.2\S60_3rd_FP1\Epoc32\winscw\c\private\E5F4A087

How to move this Icon.mbm file from Data folder to project folder during compilation.
Or is there any way that Icon.mbm file will be saved to project folder when it is created.

START BITMAP Icon.mbm
HEADER
SOURCEPATH    ..\Images
SOURCE        C24 One.bmp
SOURCE        C24 One_mask.bmp
SOURCE        C24 Two.bmp
SOURCE        C24 Two_mask.bmp
SOURCE        C24 Three.bmp
SOURCE        C24 Three_mask.bmp
END

Thanks in Advance
Nand Kumar.


Wed, 2007-09-05 11:19
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 1886
Re: Copying File to Project Folder.

Add a TARGET_PATH primitive after your START BITMAP declaration.


Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Wed, 2007-09-05 11:47
Joined: 2007-05-01
Forum posts: 40
Re: Copying File to Project Folder.

Hi Eric

Thanks for your guidance. Now file is created at correct location.

Thanks once again.
Nand Kumar.

  • Login to reply to this topic.