Click here to Skip to main content
15,900,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralALT+ENTER key... Pin
Neha21-Nov-02 3:17
Neha21-Nov-02 3:17 
GeneralRe: ALT+ENTER key... Pin
Fazlul Kabir21-Nov-02 3:57
Fazlul Kabir21-Nov-02 3:57 
GeneralRe: ALT+ENTER key... Pin
Neha21-Nov-02 16:52
Neha21-Nov-02 16:52 
GeneralRe: ALT+ENTER key... Pin
James R. Twine21-Nov-02 17:59
James R. Twine21-Nov-02 17:59 
GeneralMFC Printing Question Pin
Nick Parker21-Nov-02 3:14
protectorNick Parker21-Nov-02 3:14 
GeneralRe: MFC Printing Question Pin
Nitron21-Nov-02 3:36
Nitron21-Nov-02 3:36 
GeneralRe: MFC Printing Question Pin
Nick Parker21-Nov-02 3:45
protectorNick Parker21-Nov-02 3:45 
GeneralRe: MFC Printing Question Pin
Nitron21-Nov-02 3:56
Nitron21-Nov-02 3:56 
GeneralRe: MFC Printing Question Pin
Ravi Bhavnani21-Nov-02 5:26
professionalRavi Bhavnani21-Nov-02 5:26 
GeneralRe: MFC Printing Question Pin
Nitron21-Nov-02 5:32
Nitron21-Nov-02 5:32 
GeneralRe: MFC Printing Question Pin
Joao Vaz21-Nov-02 5:38
Joao Vaz21-Nov-02 5:38 
GeneralRe: MFC Printing Question Pin
Ravi Bhavnani21-Nov-02 6:48
professionalRavi Bhavnani21-Nov-02 6:48 
GeneralRe: MFC Printing Question Pin
Joao Vaz21-Nov-02 7:23
Joao Vaz21-Nov-02 7:23 
GeneralRe: MFC Printing Question Pin
Chad Koehler21-Nov-02 5:40
Chad Koehler21-Nov-02 5:40 
GeneralRe: MFC Printing Question Pin
Ravi Bhavnani21-Nov-02 6:47
professionalRavi Bhavnani21-Nov-02 6:47 
GeneralRe: MFC Printing Question Pin
Joao Vaz21-Nov-02 7:21
Joao Vaz21-Nov-02 7:21 
Generaldebuger can't watch static variable in VC6+SP5 Pin
Alan Wen21-Nov-02 3:04
Alan Wen21-Nov-02 3:04 
Hi,

I use VC6+SP5, but the debuger can't watch static variable!

for a very simple function, eg:

int main()
{
static i;
i = 7;
printf("Hello World!\n");
return 0;
}

The debuger can't watch var i, and report a CXX0017 error

Any one got this similar problem? And how to solve this?

Thanks in advance

Alan Wen
QuestionWhy the APP fails (GPF) ?? Pin
Cris21-Nov-02 2:41
Cris21-Nov-02 2:41 
AnswerRe: Why the APP fails (GPF) ?? Pin
Maximilien21-Nov-02 2:54
Maximilien21-Nov-02 2:54 
GeneralRe: Why the APP fails (GPF) ?? Pin
Cris21-Nov-02 6:11
Cris21-Nov-02 6:11 
AnswerRe: Why the APP fails (GPF) ?? Pin
dima_t21-Nov-02 22:07
dima_t21-Nov-02 22:07 
QuestionWindow never getting the focus ?? Pin
Cris21-Nov-02 2:28
Cris21-Nov-02 2:28 
AnswerRe: Window never getting the focus ?? Pin
Maximilien21-Nov-02 2:59
Maximilien21-Nov-02 2:59 
GeneralRe: Window never getting the focus ?? Pin
Cris21-Nov-02 6:18
Cris21-Nov-02 6:18 
GeneralLoad from file Pin
bebe harhour21-Nov-02 2:18
bebe harhour21-Nov-02 2:18 

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.