It's missing BITMAPFILEHEADER
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
Quote:
> Hi!
> How do I save a bitmap resource into a bmp file, without using MFC? I
tried
> getting a pointer to the bitmap resource and saving the contents of
the
> resource but it seems there might be missing some sort of header
> information??
> Jani