Click here to Skip to main content
15,902,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Assertion error at CDialog dereived class constructor Pin
valikac27-Aug-03 12:51
valikac27-Aug-03 12:51 
GeneralRe: Assertion error at CDialog dereived class constructor Pin
Dave Bryant27-Aug-03 12:57
Dave Bryant27-Aug-03 12:57 
Generalkeybd_event question Pin
halblonious27-Aug-03 11:53
halblonious27-Aug-03 11:53 
QuestionWhat is a game engine?? Pin
Snyp27-Aug-03 10:09
Snyp27-Aug-03 10:09 
AnswerRe: What is a game engine?? Pin
Jim Crafton27-Aug-03 10:21
Jim Crafton27-Aug-03 10:21 
AnswerRe: What is a game engine?? Pin
Maximilien27-Aug-03 10:26
Maximilien27-Aug-03 10:26 
GeneralASSERT failure Pin
mr200327-Aug-03 9:13
mr200327-Aug-03 9:13 
GeneralRe: ASSERT failure Pin
David Crow27-Aug-03 9:53
David Crow27-Aug-03 9:53 
Avoid using UpdateData() unless you really understand it and know that an alternative does not exist. Use control variables instead and things will be much smoother.

What is the file/line that is firing the assertion? Chances are that it is in the DoDataExchange() function of your dialog class. Have you stepped into the code to see what is happening?
GeneralRe: ASSERT failure Pin
mr200327-Aug-03 10:11
mr200327-Aug-03 10:11 
GeneralRe: ASSERT failure Pin
David Crow27-Aug-03 10:19
David Crow27-Aug-03 10:19 
GeneralRe: ASSERT failure Pin
mr200327-Aug-03 16:17
mr200327-Aug-03 16:17 
GeneralRe: ASSERT failure Pin
David Crow28-Aug-03 2:11
David Crow28-Aug-03 2:11 
GeneralRe: ASSERT failure Pin
Alvaro Mendez27-Aug-03 10:00
Alvaro Mendez27-Aug-03 10:00 
GeneralRe: ASSERT failure Pin
WebmastaX27-Aug-03 11:29
WebmastaX27-Aug-03 11:29 
GeneralRe: ASSERT failure Pin
vcplusplus27-Aug-03 12:27
vcplusplus27-Aug-03 12:27 
GeneralActive Reports VC++ Implementation Guide Pin
Miguel Lopes27-Aug-03 8:57
Miguel Lopes27-Aug-03 8:57 
GeneralInsert -- OVR Pin
halblonious27-Aug-03 6:58
halblonious27-Aug-03 6:58 
GeneralRe: Insert -- OVR Pin
David Crow27-Aug-03 7:05
David Crow27-Aug-03 7:05 
GeneralRe: Insert -- OVR Pin
halblonious27-Aug-03 9:48
halblonious27-Aug-03 9:48 
Generalexporting dll functions to Excel. Pin
sepia27-Aug-03 6:13
sepia27-Aug-03 6:13 
GeneralRe: exporting dll functions to Excel. Pin
David Crow27-Aug-03 7:06
David Crow27-Aug-03 7:06 
GeneralINI file Pin
act_x27-Aug-03 5:51
act_x27-Aug-03 5:51 
GeneralRe: INI file Pin
Brad Sokol27-Aug-03 6:57
Brad Sokol27-Aug-03 6:57 
GeneralRe: INI file Pin
Alvaro Mendez27-Aug-03 10:03
Alvaro Mendez27-Aug-03 10:03 
GeneralOpening a file to write to Pin
NewHSKid27-Aug-03 5:34
NewHSKid27-Aug-03 5:34 

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.