Click here to Skip to main content
15,921,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncopy image file to memory [modified] Pin
_tasleem14-Nov-06 4:47
_tasleem14-Nov-06 4:47 
QuestionRe: copy image file to memory Pin
David Crow14-Nov-06 4:54
David Crow14-Nov-06 4:54 
AnswerRe: copy image file to memory Pin
_tasleem14-Nov-06 5:27
_tasleem14-Nov-06 5:27 
AnswerRe: copy image file to memory Pin
David Crow14-Nov-06 5:35
David Crow14-Nov-06 5:35 
GeneralRe: copy image file to memory Pin
_tasleem14-Nov-06 6:37
_tasleem14-Nov-06 6:37 
QuestionRe: copy image file to memory Pin
David Crow14-Nov-06 6:45
David Crow14-Nov-06 6:45 
AnswerRe: copy image file to memory Pin
_tasleem15-Nov-06 2:54
_tasleem15-Nov-06 2:54 
QuestionRe: copy image file to memory Pin
David Crow15-Nov-06 3:18
David Crow15-Nov-06 3:18 
tasleem143 wrote:
i want to see the exact fields values present in the bitmapfileheader and bitmapfileinfo,when i read bit by bit from hard disk using fread...


So why aren't you doing something like:

CFile               fileBitmap;
BITMAPFILEHEADER    rBitmapFileHeader;
BITMAPINFOHEADER    rBitmapInfoHeader;
fileBitmap.Open(strFilename, CFile::modeRead);
fileBitmap.Read(&rBitmapFileHeader, sizeof(BITMAPFILEHEADER));
fileBitmap.Read(&rBitmapInfoHeader, sizeof(BITMAPINFOHEADER));



"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


AnswerRe: copy image file to memory Pin
_tasleem15-Nov-06 20:49
_tasleem15-Nov-06 20:49 
QuestionHow to save and resotre the Child Frame? Pin
abuseyoudna198114-Nov-06 4:26
abuseyoudna198114-Nov-06 4:26 
AnswerRe: How to save and resotre the Child Frame? Pin
Hamid_RT15-Nov-06 7:20
Hamid_RT15-Nov-06 7:20 
QuestionMaximaze dialog? Pin
Larsson14-Nov-06 4:21
Larsson14-Nov-06 4:21 
AnswerRe: Maximaze dialog? Pin
toxcct14-Nov-06 4:36
toxcct14-Nov-06 4:36 
AnswerRe: Maximaze dialog? Pin
Hamid_RT14-Nov-06 8:09
Hamid_RT14-Nov-06 8:09 
Questionmaximaze dialog? Pin
Larsson14-Nov-06 4:09
Larsson14-Nov-06 4:09 
AnswerRe: maximaze dialog? [modified] Pin
toxcct14-Nov-06 4:14
toxcct14-Nov-06 4:14 
GeneralRe: maximaze dialog? Pin
Larsson14-Nov-06 4:33
Larsson14-Nov-06 4:33 
GeneralRe: maximaze dialog? Pin
toxcct14-Nov-06 4:36
toxcct14-Nov-06 4:36 
GeneralRe: maximaze dialog? Pin
Larsson14-Nov-06 4:42
Larsson14-Nov-06 4:42 
GeneralRe: maximaze dialog? [modified] Pin
toxcct14-Nov-06 4:45
toxcct14-Nov-06 4:45 
GeneralRe: maximaze dialog? Pin
Larsson14-Nov-06 4:48
Larsson14-Nov-06 4:48 
GeneralRe: maximaze dialog? Pin
David Crow14-Nov-06 4:45
David Crow14-Nov-06 4:45 
GeneralRe: maximaze dialog? Pin
toxcct14-Nov-06 4:47
toxcct14-Nov-06 4:47 
GeneralRe: maximaze dialog? Pin
Larsson14-Nov-06 4:54
Larsson14-Nov-06 4:54 
AnswerRe: maximaze dialog? Pin
abuseyoudna198114-Nov-06 4:14
abuseyoudna198114-Nov-06 4:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.