CResourceLoader
Simple class that wraps accessing unusual resource types.
Example
CResourceLoader res( g_hInst );
if( res.Load( IDB_PNG_FILE, RT_RCDATA) )
{
// Successfully loaded our resource data.
}
Click to download the zip file
See also none