Click here to Skip to main content
15,895,256 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Still trying to hunt down a runtime error in VS 2010, need suggestions [modified] Pin
AndrewG12319-Aug-11 7:10
AndrewG12319-Aug-11 7:10 
AnswerRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
Richard MacCutchan9-Aug-11 8:52
mveRichard MacCutchan9-Aug-11 8:52 
GeneralRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
AndrewG12319-Aug-11 9:58
AndrewG12319-Aug-11 9:58 
GeneralRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
Charles Oppermann9-Aug-11 10:37
Charles Oppermann9-Aug-11 10:37 
GeneralRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
AndrewG12319-Aug-11 14:04
AndrewG12319-Aug-11 14:04 
SuggestionRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
Charles Oppermann10-Aug-11 2:45
Charles Oppermann10-Aug-11 2:45 
QuestionRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
AndrewG123110-Aug-11 9:49
AndrewG123110-Aug-11 9:49 
AnswerRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
Charles Oppermann10-Aug-11 10:15
Charles Oppermann10-Aug-11 10:15 
Couple of ideas:

m_Bitmap=CreateDIBSection ( NULL, &m_ImageInfo, DIB_RGB_COLORS, (void **)&m_BmpBits, NULL, NULL );


That could be failing and not setting m_Bitmap correctly.

C++
return (HBITMAP)(m_Bitmap);


Is casting m_Bitmap to a HBITMAP (bitmap handle).

What is m_Bitmap defined as? A CBitmap?
/* Charles Oppermann */
http://weblogs.asp.net/chuckop

GeneralRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
AndrewG123110-Aug-11 10:29
AndrewG123110-Aug-11 10:29 
GeneralRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
Charles Oppermann10-Aug-11 10:42
Charles Oppermann10-Aug-11 10:42 
QuestionRe: Still trying to hunt down a runtime error in VS 2010, need suggestions [modified] Pin
AndrewG123117-Aug-11 12:36
AndrewG123117-Aug-11 12:36 
GeneralRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
Charles Oppermann9-Aug-11 10:40
Charles Oppermann9-Aug-11 10:40 
GeneralRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
Code-o-mat8-Aug-11 22:15
Code-o-mat8-Aug-11 22:15 
AnswerRe: Still trying to hunt down a runtime error in VS 2010, need suggestions Pin
Rolf Kristensen9-Aug-11 10:30
Rolf Kristensen9-Aug-11 10:30 
QuestionWhat does WS_EX_TRANSPARENT really mean ? Pin
Cold_Fearing_Bird8-Aug-11 6:21
Cold_Fearing_Bird8-Aug-11 6:21 
AnswerRe: What does WS_EX_TRANSPARENT really mean ? Pin
«_Superman_»8-Aug-11 6:35
professional«_Superman_»8-Aug-11 6:35 
QuestionIn MFC, How to avoid GUI long time waiting? Pin
yu-jian8-Aug-11 4:57
yu-jian8-Aug-11 4:57 
AnswerRe: In MFC, How to avoid GUI long time waiting? Pin
BadJerry8-Aug-11 5:12
BadJerry8-Aug-11 5:12 
GeneralRe: In MFC, How to avoid GUI long time waiting? Pin
Albert Holguin8-Aug-11 9:22
professionalAlbert Holguin8-Aug-11 9:22 
GeneralRe: In MFC, How to avoid GUI long time waiting? Pin
pix_programmer9-Aug-11 20:45
pix_programmer9-Aug-11 20:45 
QuestionMFC in Xcode Pin
BadJerry8-Aug-11 3:45
BadJerry8-Aug-11 3:45 
JokeRe: MFC in Xcode Pin
Chris Meech8-Aug-11 4:32
Chris Meech8-Aug-11 4:32 
JokeRe: MFC in Xcode Pin
BadJerry8-Aug-11 5:14
BadJerry8-Aug-11 5:14 
QuestionRe: MFC in Xcode Pin
BadJerry8-Aug-11 5:15
BadJerry8-Aug-11 5:15 
AnswerRe: MFC in Xcode Pin
Code-o-mat8-Aug-11 7:22
Code-o-mat8-Aug-11 7:22 

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.