I have a list of bitmaps that I want to include into my project, but I get an error that says:
Error : Symbian Resource - BMCONV "File does not exist"
And that's all I get. In my .mmp file, I have this for creating my .mbm:
//Bitmap Creation
START BITMAP Shapes.mbm
HEADER
SOURCEPATH ..\res
SOURCE c8 TripleBall.bmp
SOURCE c8 1up.bmp
SOURCE c8 AntiPower.bmp
SOURCE c8 Freeze.bmp
SOURCE c8 SuperSpeed.bmp
SOURCE 1 Mask.bmp
END
The file path is correct. Does the error mean it can't find the .bmps or is there a problem with BMCONV?