Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: VCproblems
  • Content: Threads
  • Order by date
  1. VCproblems

    Hi! I am trying to create a bmp fi

    Hi! I am trying to create a bmp file with the following code: CDibClass::CDibClass() { memset(&m_bmpInfoHdr, 0, sizeof(BITMAPINFOHEADER)); m_pBits = NULL; m_pBMI = NULL; } CDibClass::~CDibClass() { CloseAll(); } void CDibClass::CloseAll() { if (m_pBMI) free(m_pBMI); if (m_pBits)...

Part and Inventory Search

Back
Top