CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Location
    Edinburgh
    Posts
    15

    Unhappy Loading BMP files

    I am trying to load an uncompressed monochrome BMP file. But am running into problems. Does anyone know a good resource that I could use? Am using Borland and fstream to read in the file. I can access the header files but not the data. Any help would be greatly appreciated.
    Puss.

  2. #2
    Join Date
    Feb 2001
    Location
    my room in the Hague, Netherlands
    Posts
    12
    Do you want the bmp to be displayed in the GUI?
    if so, the image component has many features you can use to load the bmp file and to show it.

    I learned to code with borland c++ by using the F1 on many components and read up about them.
    So for showing and selecting bmp from a file, the components can help you out.
    If you insist on using on using fstream, you can use F1 on that aswell. The help of borland is quite good, at least I think so.

    good luck.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured