Click here to Skip to main content
15,890,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Please help to create thumbnails Pin
Big Art18-Nov-03 13:44
Big Art18-Nov-03 13:44 
GeneralCDialogBar message handling Pin
alex.barylski17-Nov-03 11:08
alex.barylski17-Nov-03 11:08 
GeneralRe: CDialogBar message handling Pin
Peter Molnar18-Nov-03 14:59
Peter Molnar18-Nov-03 14:59 
Generalupside down Bitmap image Pin
Member 47752417-Nov-03 10:16
Member 47752417-Nov-03 10:16 
GeneralRe: upside down Bitmap image Pin
Brian Shifrin17-Nov-03 15:16
Brian Shifrin17-Nov-03 15:16 
GeneralRe: upside down Bitmap image Pin
Dudi Avramov18-Nov-03 3:10
Dudi Avramov18-Nov-03 3:10 
GeneralOutlook Express extensions Pin
Bartosz Bien17-Nov-03 9:39
Bartosz Bien17-Nov-03 9:39 
QuestionHow to watch static variables while debugging Pin
Hashim Saleem17-Nov-03 9:04
Hashim Saleem17-Nov-03 9:04 
Hi,

I am unable to watch a static variable in a watch window while debugging. The compiler is Visual C++ 6.0 (without any Service Pack).

Please note that I m not taking about static member variables of a class. I am talking about static variables local to a procedure.e.g

void procedure(void)
{
   static int i;
   
   ... code follows ...
   ... code follows ...

}

AnswerRe: How to watch static variables while debugging Pin
David Crow17-Nov-03 9:34
David Crow17-Nov-03 9:34 
GeneralRe: How to watch static variables while debugging Pin
Bartosz Bien17-Nov-03 9:40
Bartosz Bien17-Nov-03 9:40 
GeneralRe: How to watch static variables while debugging Pin
David Crow17-Nov-03 9:41
David Crow17-Nov-03 9:41 
GeneralRe: How to watch static variables while debugging Pin
Bartosz Bien17-Nov-03 13:03
Bartosz Bien17-Nov-03 13:03 
GeneralRe: How to watch static variables while debugging Pin
Hashim Saleem17-Nov-03 9:46
Hashim Saleem17-Nov-03 9:46 
GeneralRe: How to watch static variables while debugging Pin
David Crow17-Nov-03 9:52
David Crow17-Nov-03 9:52 
GeneralRe: How to watch static variables while debugging Pin
Hashim Saleem17-Nov-03 9:57
Hashim Saleem17-Nov-03 9:57 
GeneralRe: How to watch static variables while debugging Pin
David Crow17-Nov-03 10:03
David Crow17-Nov-03 10:03 
AnswerRe: How to watch static variables while debugging Pin
Bartosz Bien17-Nov-03 13:11
Bartosz Bien17-Nov-03 13:11 
GeneralSaving before close Pin
doctorpi17-Nov-03 8:20
doctorpi17-Nov-03 8:20 
GeneralRe: Saving before close Pin
David Crow17-Nov-03 8:33
David Crow17-Nov-03 8:33 
GeneralRe: Saving before close Pin
Obliterator17-Nov-03 8:57
Obliterator17-Nov-03 8:57 
GeneralRe: Saving before close Pin
Stye18-Nov-03 16:28
Stye18-Nov-03 16:28 
GeneralDetermining dependent DLLs Pin
Arash Sabet17-Nov-03 7:59
Arash Sabet17-Nov-03 7:59 
GeneralRe: Determining dependent DLLs Pin
David Crow17-Nov-03 8:37
David Crow17-Nov-03 8:37 
GeneralRe: Determining dependent DLLs Pin
Arash Sabet17-Nov-03 8:40
Arash Sabet17-Nov-03 8:40 
GeneralRe: Determining dependent DLLs Pin
David Crow17-Nov-03 8:45
David Crow17-Nov-03 8:45 

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.