Can't you just convert the .bmp to a V2 or V3 bitmap on your own? The differences are very small and the API docs and pilrc are a good helpers to see the PalmOS layout.

Regards
Henk

Jeff Gibson wrote:

I have been struggling to display a bitmap file that is stored on the VFS in .bmp or 
.jpeg format.  Can anyone help?  I found the functions in the Image library such as:

ImageLibImageDrawBitmapFromVFS but it continually errors out with the return code of 
0x35.

I am assuming that I need to be using the Image library for this call and I am getting 
htat with this call:

if (SysLibFind(ImageLibName, &libRef))
   if (SysLibLoad(ImageLibTypeID, ImageLibCreatorID, &libRef))
      return;

These calls are succeeding.

I also tried ImageLibImageBitmapCreateFromVFS but it too failes with a 0x35.

Can anyone help me?????

Thanks in advance.

Jeff



--
-------------------------------------------------------------------------
  Henk Jonas
  Palm OS Â certified developer

  [EMAIL PROTECTED]                                   www.metaviewsoft.de
-------------------------------------------------------------------------

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to