Link to home
Start Free TrialLog in
Avatar of shaydav
shaydav

asked on

Library command for displaying jpeg/gif in VC++

I want to display jpeg/gif files on an owner-drawn window.
With bitmaps it's easy using the memory device context and the bitblt API function. What's the trick for jpegs and gifs ? If there are no API commands for it (for WIN 95, not 98 or NT 5.0) does anyone know about where I can get source code that does the job ?
ASKER CERTIFIED SOLUTION
Avatar of AlexVirochovsky
AlexVirochovsky

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of shaydav
shaydav

ASKER

Thanx Alex.
I checked it out, and it seems fine. The problem is that it's quite an overkill to what i'm looging for. Do you have an idea where can I find something simpler ? (e.g. a few files I can include in my VC 6.0 project, and call their function ).
Sorry, but i know only this (free). Can be other expert..
Avatar of shaydav

ASKER

Thanx Alex.
I checked it out, and it seems fine. The problem is that it's quite an overkill to what i'm looging for. Do you have an idea where can I find something simpler ? (e.g. a few files I can include in my VC 6.0 project, and call their function ).
This Answer Did not handle GIF's