Click here to Skip to main content
15,914,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: global and static object Pin
George_George8-Apr-08 4:21
George_George8-Apr-08 4:21 
GeneralRe: global and static object Pin
Matthew Faithfull8-Apr-08 4:39
Matthew Faithfull8-Apr-08 4:39 
GeneralRe: global and static object Pin
George_George8-Apr-08 22:10
George_George8-Apr-08 22:10 
GeneralRe: global and static object Pin
Matthew Faithfull9-Apr-08 3:07
Matthew Faithfull9-Apr-08 3:07 
GeneralRe: global and static object Pin
George_George9-Apr-08 3:43
George_George9-Apr-08 3:43 
GeneralRe: global and static object Pin
Matthew Faithfull9-Apr-08 3:59
Matthew Faithfull9-Apr-08 3:59 
GeneralRe: global and static object Pin
George_George9-Apr-08 15:19
George_George9-Apr-08 15:19 
GeneralRe: global and static object Pin
Matthew Faithfull10-Apr-08 6:21
Matthew Faithfull10-Apr-08 6:21 
Believe it or not the VS Debugger is not perfect and sometimes it will miss breakpoints if they are too 'early' in the code. Either because it doesn't think the line will be called or because it isn't completely ready when that line is hit. Sometimes static construction can fall into this trap and become 'undebuggable' although not usually. It may also depend on whether the Debugger can find and match the source for the CRT.

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: global and static object Pin
George_George10-Apr-08 15:40
George_George10-Apr-08 15:40 
AnswerRe: global and static object Pin
Matthew Faithfull10-Apr-08 23:52
Matthew Faithfull10-Apr-08 23:52 
GeneralRe: global and static object Pin
George_George11-Apr-08 22:40
George_George11-Apr-08 22:40 
GeneralPassing Continous Values between dialogs Pin
Chandrasekharan P7-Apr-08 23:26
Chandrasekharan P7-Apr-08 23:26 
GeneralRe: Passing Continous Values between dialogs Pin
Iain Clarke, Warrior Programmer7-Apr-08 23:29
Iain Clarke, Warrior Programmer7-Apr-08 23:29 
GeneralRe: Passing Continous Values between dialogs Pin
Hamid_RT8-Apr-08 22:00
Hamid_RT8-Apr-08 22:00 
GeneralProblem of resizing control. Pin
Le@rner7-Apr-08 21:37
Le@rner7-Apr-08 21:37 
GeneralRe: Problem of resizing control. Pin
Iain Clarke, Warrior Programmer7-Apr-08 23:01
Iain Clarke, Warrior Programmer7-Apr-08 23:01 
GeneralRe: Problem of resizing control. Pin
Hamid_RT8-Apr-08 21:58
Hamid_RT8-Apr-08 21:58 
QuestionMFC Architecture....!!!!??? Pin
nisha000007-Apr-08 20:26
nisha000007-Apr-08 20:26 
AnswerRe: MFC Architecture....!!!!??? Pin
Cedric Moonen7-Apr-08 21:10
Cedric Moonen7-Apr-08 21:10 
AnswerRe: MFC Architecture....!!!!??? Pin
Abhijeet Pathak7-Apr-08 21:23
Abhijeet Pathak7-Apr-08 21:23 
AnswerRe: MFC Architecture....!!!!??? Pin
Sarath C8-Apr-08 0:13
Sarath C8-Apr-08 0:13 
AnswerRe: MFC Architecture....!!!!??? Pin
Mark Salsbery8-Apr-08 6:38
Mark Salsbery8-Apr-08 6:38 
AnswerRe: MFC Architecture....!!!!??? Pin
Hamid_RT8-Apr-08 21:57
Hamid_RT8-Apr-08 21:57 
GeneralExplain the behaviour in c++ and win32 Pin
bibhakar7-Apr-08 18:13
bibhakar7-Apr-08 18:13 
GeneralRe: Explain the behaviour in c++ and win32 Pin
Cedric Moonen7-Apr-08 21:14
Cedric Moonen7-Apr-08 21:14 

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.