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
RE: "Graphics" example in 60 Series SDK missing "images.mbg"
2002-09-24, 09:58#2
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.