Click here to Skip to main content
16,010,544 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalsetting/reading values of vars whe I have only the name of the var. Pin
Joan M10-Jan-03 9:38
professionalJoan M10-Jan-03 9:38 
GeneralRe: setting/reading values of vars whe I have only the name of the var. Pin
Maximilien10-Jan-03 9:58
Maximilien10-Jan-03 9:58 
GeneralRe: setting/reading values of vars whe I have only the name of the var. Pin
Joan M10-Jan-03 10:37
professionalJoan M10-Jan-03 10:37 
GeneralRe: setting/reading values of vars whe I have only the name of the var. Pin
Navin10-Jan-03 10:18
Navin10-Jan-03 10:18 
GeneralRe: setting/reading values of vars whe I have only the name of the var. Pin
Joan M10-Jan-03 10:37
professionalJoan M10-Jan-03 10:37 
GeneralRe: setting/reading values of vars whe I have only the name of the var. Pin
Todd Smith10-Jan-03 12:55
Todd Smith10-Jan-03 12:55 
GeneralVisual C++ debugging options Pin
Ivor S10-Jan-03 9:30
Ivor S10-Jan-03 9:30 
GeneralRe: Visual C++ debugging options Pin
AlexO10-Jan-03 11:38
AlexO10-Jan-03 11:38 
you have 2 options
1. Use Shift+F11 (See msdn) to skip the function. This is what most of us are doing.
2. Remove .pdb files for all modules you do not want to see in debug. This option is a very bad option because it could mess up your VC installation, but you still can do it. Try to avoid .pdb for mfc, atl, stl, crt and other MS libraries.


GeneralRe: Visual C++ debugging options Pin
Ivor S10-Jan-03 13:17
Ivor S10-Jan-03 13:17 
GeneralNeed an example Pin
BORICUA10-Jan-03 9:28
BORICUA10-Jan-03 9:28 
GeneralWarnings in VS.NET Pin
Navin10-Jan-03 9:05
Navin10-Jan-03 9:05 
GeneralRe: Warnings in VS.NET Pin
AlexO10-Jan-03 11:01
AlexO10-Jan-03 11:01 
GeneralRe: Warnings in VS.NET Pin
Navin10-Jan-03 14:53
Navin10-Jan-03 14:53 
Generalcompile error Pin
ns10-Jan-03 9:01
ns10-Jan-03 9:01 
GeneralRe: compile error Pin
Tim Smith10-Jan-03 9:08
Tim Smith10-Jan-03 9:08 
GeneralThanks! Pin
ns10-Jan-03 9:12
ns10-Jan-03 9:12 
GeneralRe: compile error Pin
Carlos Antollini10-Jan-03 9:09
Carlos Antollini10-Jan-03 9:09 
GeneralRe: compile error Pin
ns10-Jan-03 9:15
ns10-Jan-03 9:15 
GeneralRe: compile error Pin
AlexO10-Jan-03 11:40
AlexO10-Jan-03 11:40 
GeneralRe: compile error Pin
Carlos Antollini10-Jan-03 15:45
Carlos Antollini10-Jan-03 15:45 
Questionhow to get size of dialog? Pin
ns10-Jan-03 8:51
ns10-Jan-03 8:51 
AnswerRe: how to get size of dialog? Pin
Carlos Antollini10-Jan-03 9:03
Carlos Antollini10-Jan-03 9:03 
AnswerRe: how to get size of dialog? Pin
Maximilien10-Jan-03 9:06
Maximilien10-Jan-03 9:06 
GeneralRe: how to get size of dialog? Pin
ns10-Jan-03 9:08
ns10-Jan-03 9:08 
AnswerRe: how to get size of dialog? Pin
Tim Smith10-Jan-03 9:04
Tim Smith10-Jan-03 9:04 

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.