G
Guest
I am trying to port a pure win 32 desktop (Windows XP) application to a
Windows CE .NET Ver 4.2 running on a Intel Arm Xscale processor. This is
totally new to me
and so far, most of the things have been porting ok, except for the JPEG
images. On XP version, I am using the following calls to render the JPEGS:
CreateFile()
ReadFile() //to read to a byte buffer
CreateStreamOnHGlobal() //read to a stream
OleLoadPicture() //load it to a IPicture object
IPicture::Render() //render it
On CE, OleLoadPicture function is not available. I tried in vain to find any
CE equivalents of this function.
Can any of you guys tell me if there is an equivalent function or if its a
totally different approach on CE. If so, what's the best place to look for
some relevant information and samples. Thanks so much.
-raj
Windows CE .NET Ver 4.2 running on a Intel Arm Xscale processor. This is
totally new to me
and so far, most of the things have been porting ok, except for the JPEG
images. On XP version, I am using the following calls to render the JPEGS:
CreateFile()
ReadFile() //to read to a byte buffer
CreateStreamOnHGlobal() //read to a stream
OleLoadPicture() //load it to a IPicture object
IPicture::Render() //render it
On CE, OleLoadPicture function is not available. I tried in vain to find any
CE equivalents of this function.
Can any of you guys tell me if there is an equivalent function or if its a
totally different approach on CE. If so, what's the best place to look for
some relevant information and samples. Thanks so much.
-raj