In the "Graphics" example in the 60 Series SDK, when I try to build the application, it claims there is a file missing called "images.mbg". Where can I find this file?
Thanks,
William Smith
Printable View
In the "Graphics" example in the 60 Series SDK, when I try to build the application, it claims there is a file missing called "images.mbg". Where can I find this file?
Thanks,
William Smith
Hi,
The images.mbg (a bitmap header file) will be created by the bitmap compiler (bmconv) during the build process. The precompiler may give a warning as the file doesn't exist at that time, but it can be ignored.
The images.mbg is created in the \Epoc32\Include folder.
Br,
FN Developer Support