Click here to Skip to main content
15,899,025 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error? Pin
Larsson2-Mar-05 11:10
Larsson2-Mar-05 11:10 
GeneralRe: Error? Pin
Christian Graus2-Mar-05 11:13
protectorChristian Graus2-Mar-05 11:13 
GeneralRe: Error? Pin
David Crow3-Mar-05 2:42
David Crow3-Mar-05 2:42 
AnswerRe: Error? Pin
Antony M Kancidrowski2-Mar-05 11:23
Antony M Kancidrowski2-Mar-05 11:23 
GeneralRe: Error? Pin
Larsson2-Mar-05 11:37
Larsson2-Mar-05 11:37 
GeneralRe: Error? Pin
Christian Graus2-Mar-05 11:55
protectorChristian Graus2-Mar-05 11:55 
GeneralRe: Error? Pin
Larsson2-Mar-05 12:01
Larsson2-Mar-05 12:01 
GeneralRe: Error? Pin
Christian Graus2-Mar-05 12:05
protectorChristian Graus2-Mar-05 12:05 
Mostly likely cause - you've created another problem, of the type I described before ( you're trying to do something with the window before it's created ), and now that the earlier error is fixed, the code is getting to the right point for this to blow up.

Next step - put breakpoints in all your OnInit/OnCreate/constructor type code, and step through to see where it's breaking. Actually, if you just go into debug mode when then assert fails, you should be able to see where it's blowing up in the call stack.


Christian

I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
GeneralRe: Error? Pin
Larsson2-Mar-05 12:08
Larsson2-Mar-05 12:08 
GeneralRe: Error? Pin
Larsson2-Mar-05 12:05
Larsson2-Mar-05 12:05 
GeneralHelp!! Drawing a text using DrawText on the from and Changing CRect of form according the Text. Pin
VikramDelhi2-Mar-05 10:19
VikramDelhi2-Mar-05 10:19 
GeneralRe: Help!! Drawing a text using DrawText on the from and Changing CRect of form according the Text. Pin
Ravi Bhavnani2-Mar-05 10:50
professionalRavi Bhavnani2-Mar-05 10:50 
GeneralSimple Chat Program Pin
rct233332-Mar-05 10:02
rct233332-Mar-05 10:02 
GeneralRe: Simple Chat Program Pin
Ravi Bhavnani2-Mar-05 10:51
professionalRavi Bhavnani2-Mar-05 10:51 
GeneralRe: Simple Chat Program Pin
rct233332-Mar-05 11:12
rct233332-Mar-05 11:12 
GeneralRe: Simple Chat Program Pin
Ravi Bhavnani2-Mar-05 12:47
professionalRavi Bhavnani2-Mar-05 12:47 
GeneralRe: Simple Chat Program Pin
ThatsAlok2-Mar-05 18:15
ThatsAlok2-Mar-05 18:15 
QuestionHow to click a bitmap into a bitmap? MFC, Visual C++6 Pin
VogelH2-Mar-05 10:01
professionalVogelH2-Mar-05 10:01 
AnswerRe: How to click a bitmap into a bitmap? MFC, Visual C++6 Pin
Christian Graus2-Mar-05 11:08
protectorChristian Graus2-Mar-05 11:08 
GeneralRe: How to click a bitmap into a bitmap? MFC, Visual C++6 Pin
VogelH2-Mar-05 21:31
professionalVogelH2-Mar-05 21:31 
GeneralRe: How to click a bitmap into a bitmap? MFC, Visual C++6 Pin
Christian Graus3-Mar-05 11:13
protectorChristian Graus3-Mar-05 11:13 
GeneralRe: How to click a bitmap into a bitmap? MFC, Visual C++6 Pin
VogelH4-Mar-05 0:05
professionalVogelH4-Mar-05 0:05 
QuestionExit Program? Pin
Larsson2-Mar-05 9:08
Larsson2-Mar-05 9:08 
AnswerRe: Exit Program? Pin
David Crow2-Mar-05 9:17
David Crow2-Mar-05 9:17 
AnswerRe: Exit Program? Pin
Blake Miller2-Mar-05 10:37
Blake Miller2-Mar-05 10:37 

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.