Click here to Skip to main content
15,892,643 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MDI SDI Project TEXT View Pin
6-Mar-03 6:47
suss6-Mar-03 6:47 
GeneralTransfer AUDIO BUFFER to AUDIO STREAM Pin
es19686-Mar-03 5:34
es19686-Mar-03 5:34 
GeneralAfter 8 hours of working the PC claims "Not enough virtual memory..." Pin
Joan M6-Mar-03 5:18
professionalJoan M6-Mar-03 5:18 
GeneralRe: After 8 hours of working the PC claims "Not enough virtual memory..." Pin
benjymous6-Mar-03 5:35
benjymous6-Mar-03 5:35 
GeneralRe: After 8 hours of working the PC claims "Not enough virtual memory..." Pin
dazinith6-Mar-03 6:02
dazinith6-Mar-03 6:02 
GeneralRe: After 8 hours of working the PC claims "Not enough virtual memory..." Pin
Neville Franks6-Mar-03 9:34
Neville Franks6-Mar-03 9:34 
GeneralRe: After 8 hours of working the PC claims "Not enough virtual memory..." Pin
Ravi Bhavnani7-Mar-03 2:52
professionalRavi Bhavnani7-Mar-03 2:52 
GeneralOpenig RAW images Pin
djordj6-Mar-03 4:53
djordj6-Mar-03 4:53 
I've got some RAW images and I have to open and process them: so I thought it was a good idea to get them and load them into CBitmap objects, in order to use MFC GID function, instad of readin each pixel with two FOR cycles.

RAW images have no header and they are 35MB large, I've tried this way:
*) CFile file;
*) BYTE* pData = new BYTE[fileSize];
*) file.Open(path, CFile::modeRead);
*) file.ReadHuge(pData, fileSize);
*) file.close();
*) m_bmp.CreateBitmap(m_BmWidth, m_BmHeight, 1, m_BmBpp, pData);

Variables are class attributes.
Debugging the code, is like I can't get the CreateBitmap method working.

GeneralRe: Openig RAW images Pin
Chris Losinger6-Mar-03 5:40
professionalChris Losinger6-Mar-03 5:40 
GeneralRe: Openig RAW images Pin
djordj6-Mar-03 5:42
djordj6-Mar-03 5:42 
GeneralRe: Openig RAW images Pin
Chris Losinger6-Mar-03 7:40
professionalChris Losinger6-Mar-03 7:40 
Generalcatch text changes inside MDI Pin
Zizilamoroso6-Mar-03 4:41
Zizilamoroso6-Mar-03 4:41 
GeneralRe: catch text changes inside MDI Pin
Chris Richardson6-Mar-03 9:46
Chris Richardson6-Mar-03 9:46 
Generallinks or docs about GUI design for database applications Pin
Braulio Dez6-Mar-03 4:19
Braulio Dez6-Mar-03 4:19 
GeneralDetermining if a CPoint belogs to a line Pin
Crercio O. Silva6-Mar-03 4:14
Crercio O. Silva6-Mar-03 4:14 
GeneralRe: Determining if a CPoint belogs to a line Pin
Chris Losinger6-Mar-03 4:24
professionalChris Losinger6-Mar-03 4:24 
GeneralModal dialog question Pin
ns6-Mar-03 4:13
ns6-Mar-03 4:13 
GeneralRe: Modal dialog question Pin
Chris Losinger6-Mar-03 4:28
professionalChris Losinger6-Mar-03 4:28 
Generalok. thanks. Pin
ns6-Mar-03 4:51
ns6-Mar-03 4:51 
GeneralRe: ok. thanks. Pin
Ravi Bhavnani6-Mar-03 8:40
professionalRavi Bhavnani6-Mar-03 8:40 
GeneralRe: ok. thanks. Pin
ns6-Mar-03 8:49
ns6-Mar-03 8:49 
GeneralRe: ok. thanks. Pin
Ravi Bhavnani7-Mar-03 2:35
professionalRavi Bhavnani7-Mar-03 2:35 
GeneralRe: ok. thanks. Pin
ns7-Mar-03 2:42
ns7-Mar-03 2:42 
GeneralRe: ok. thanks. Pin
Ravi Bhavnani7-Mar-03 2:48
professionalRavi Bhavnani7-Mar-03 2:48 
QuestionHow to change title bar? Pin
Jakob Bysewski6-Mar-03 4:10
Jakob Bysewski6-Mar-03 4:10 

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.