Stuart Ledwich
May 11th, 1999, 06:30 AM
bool CMyBmpClass::Load( UINT p_resID )
{
if( m_bitmap.LoadBitmap( p_resID ))
{
if( m_bitmap.GetBitmap(&bm) )
m_useHBitmap = true;
else
return false;
}
return true;
}
This fails every time with NT but works fine under 98 with the same resource bitmap?
Any ideas?
Regards
Stuart Ledwich
{
if( m_bitmap.LoadBitmap( p_resID ))
{
if( m_bitmap.GetBitmap(&bm) )
m_useHBitmap = true;
else
return false;
}
return true;
}
This fails every time with NT but works fine under 98 with the same resource bitmap?
Any ideas?
Regards
Stuart Ledwich