|
-
February 24th, 2003, 04:04 PM
#1
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.
-
February 25th, 2003, 06:39 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|