Sign in
|
Join
|
Help
Nanoseconds Network
Random technical stuffs
This Blog
Home
Syndication
RSS for Posts
RSS for Comments
Go
Search
Go
Tags
.NET
Assembly Language
C++
CIL
Codes
GDI+
MASM
OOP
Software Engineering
Web Development
Win32 Assembly
WTL
Community
Home
Blogs
Media
Forums
Groups
Archives
February 2009 (2)
January 2009 (3)
October 2008 (2)
August 2008 (2)
July 2008 (3)
September 2006 (2)
August 2006 (1)
June 2006 (7)
May 2006 (3)
April 2006 (7)
March 2006 (3)
February 2006 (2)
January 2006 (1)
December 2005 (1)
Browse by Tags
All Tags
»
GDI+
(
RSS
)
C++
07-28-2008 5:49 AM
Loading PNG (and JPG) image from resource using GDI+
Last night while I was translating some of my old animation program from GDI32 to GDI+, I’ve hit a roadblock where GDI+ cannot load PNG (and JPEG) file stored as resource: // This code doesn't work Gdiplus::Bitmap* m_image = Gdiplus::Bitmap...
Posted by
cvega
|
2 comment(s)
Filed under:
C++
,
GDI+