What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Display PNGs in c

Display PNGs in c
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Display PNGs in c
libpng won't display data, but it should allow you to get an HBITMAP to it. Then you can use GDI to draw it.
And you don't statically link a DLL, you statically link a LIB. Make sure you compile libpng to a static library instead of a dynamic one, and you'll get a LIB you can link into your own progam.

This post was edited on 01-13-2006 at 03:52 PM by RaceProUK.
[Image: spartaafk.png]
01-13-2006 03:51 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Display PNGs in c - by TheGeek on 01-11-2006 at 07:38 PM
RE: Display PNGs in c - by RaceProUK on 01-12-2006 at 11:39 AM
RE: RE: Display PNGs in c - by TheGeek on 01-12-2006 at 06:20 PM
RE: Display PNGs in c - by RaceProUK on 01-13-2006 at 03:51 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On