martin_milne
February 24th, 2003, 03:04 PM
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.
Defiant
February 25th, 2003, 05:39 AM
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.