I use visual studio 2008, mfc smart device project, imate jasjar with windows mobile 2005.
My application works. Then I simply add some pictures as resources inside the project. App will not work after this action. Application can work with bmp images only (because of specific windows mobile 2005 features). So I have 24-bit pictures and 32-bit pictures (with alpha-channel). I compile the application as cab installation file.
Can you advice me a solution? I have two ideas, but I even don't know is it possible: 1)To load pictures of another format and to convert them into bmp anyway. 2)To make these pictures files which are separate from executable of application.