Click here to Skip to main content
16,011,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCPP file cannot be combined into MFC project? Pin
Ziban200025-Jul-02 2:39
Ziban200025-Jul-02 2:39 
AnswerRe: CPP file cannot be combined into MFC project? Pin
Anonymous25-Jul-02 2:45
Anonymous25-Jul-02 2:45 
GeneralOnUpdate and OnInitialUpdate Pin
ns25-Jul-02 1:56
ns25-Jul-02 1:56 
GeneralRe: OnUpdate and OnInitialUpdate Pin
Nish Nishant25-Jul-02 2:04
sitebuilderNish Nishant25-Jul-02 2:04 
GeneralRe: OnUpdate and OnInitialUpdate Pin
ns25-Jul-02 2:09
ns25-Jul-02 2:09 
GeneralRe: OnUpdate and OnInitialUpdate Pin
Ravi Bhavnani25-Jul-02 3:27
professionalRavi Bhavnani25-Jul-02 3:27 
GeneralBye bye... Pin
Ravi Bhavnani25-Jul-02 3:29
professionalRavi Bhavnani25-Jul-02 3:29 
GeneralRe: OnUpdate and OnInitialUpdate Pin
David Chamberlain25-Jul-02 5:35
David Chamberlain25-Jul-02 5:35 
If you really need to get down into the guts and see what's happening, there are several articles on CP about debugging trace statements, etc. A very simple way for trying to see the sequence of just a few functions is to put an ASSERT (false); at the beginning of those functions. Yes, there are much better ways that scale up nicely, but just to get a sense of how these few functions act in sequence, try this. When each assert fails, and you get your message box, click on ignore and let the functions proceed.

Good luck,
Dave

"You can say that again." -- Dept. of Redundancy Dept.
Generalbiggest .NET problem Pin
Anonymous25-Jul-02 1:13
Anonymous25-Jul-02 1:13 
GeneralRe: biggest .NET problem Pin
Christian Graus25-Jul-02 1:52
protectorChristian Graus25-Jul-02 1:52 
GeneralRe: biggest .NET problem Pin
Renjith Ramachandran25-Jul-02 5:08
Renjith Ramachandran25-Jul-02 5:08 
GeneralRe: biggest .NET problem Pin
Mukkie26-Jul-02 5:40
Mukkie26-Jul-02 5:40 
Generalreturn TRUE Pin
Renjith Ramachandran25-Jul-02 1:07
Renjith Ramachandran25-Jul-02 1:07 
GeneralRe: return TRUE Pin
Nish Nishant25-Jul-02 1:36
sitebuilderNish Nishant25-Jul-02 1:36 
GeneralRe: return TRUE Pin
Renjith Ramachandran25-Jul-02 5:04
Renjith Ramachandran25-Jul-02 5:04 
Generalprogrammaticallly highlight element in list control Pin
nss25-Jul-02 0:34
nss25-Jul-02 0:34 
GeneralRe: programmaticallly highlight element in list control Pin
benjymous25-Jul-02 0:40
benjymous25-Jul-02 0:40 
GeneralRe: programmaticallly highlight element in list control Pin
ns25-Jul-02 3:15
ns25-Jul-02 3:15 
GeneralRe: programmaticallly highlight element in list control Pin
Tomasz Sowinski25-Jul-02 3:21
Tomasz Sowinski25-Jul-02 3:21 
GeneralRe: programmaticallly highlight element in list control Pin
nss25-Jul-02 8:41
nss25-Jul-02 8:41 
GeneralRe: programmaticallly highlight element in list control Pin
Joel Lucsy26-Jul-02 18:35
Joel Lucsy26-Jul-02 18:35 
GeneralRe: programmaticallly highlight element in list control Pin
nss26-Jul-02 20:01
nss26-Jul-02 20:01 
GeneralChange the name of a DLL (simple but...) Pin
Raphael Kindt25-Jul-02 0:23
Raphael Kindt25-Jul-02 0:23 
GeneralRe: Change the name of a DLL (simple but...) Pin
Jason Henderson25-Jul-02 3:02
Jason Henderson25-Jul-02 3:02 
GeneralRe: Change the name of a DLL (simple but...) Pin
Alexandru Savescu25-Jul-02 4:00
Alexandru Savescu25-Jul-02 4:00 

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.