Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Double Buffer Problem Pin
Mark Salsbery29-Jan-07 7:29
Mark Salsbery29-Jan-07 7:29 
AnswerRe: Double Buffer Problem Pin
Hamid_RT14-Feb-07 6:49
Hamid_RT14-Feb-07 6:49 
QuestionCMainFrame* pMainFrame : LoadFrame(IDR_MAINFRAME) problem Pin
NorGUI28-Jan-07 23:32
NorGUI28-Jan-07 23:32 
QuestionRe: CMainFrame* pMainFrame : LoadFrame(IDR_MAINFRAME) problem Pin
prasad_som29-Jan-07 2:59
prasad_som29-Jan-07 2:59 
AnswerRe: CMainFrame* pMainFrame : LoadFrame(IDR_MAINFRAME) problem Pin
NorGUI29-Jan-07 5:08
NorGUI29-Jan-07 5:08 
Questionwhy doesn't the cursor piont to the excuted line in single step debug? Pin
liuyue28-Jan-07 23:15
liuyue28-Jan-07 23:15 
AnswerRe: why doesn't the cursor piont to the excuted line in single step debug? Pin
Waldermort28-Jan-07 23:25
Waldermort28-Jan-07 23:25 
AnswerRe: why doesn't the cursor piont to the excuted line in single step debug? Pin
jhwurmbach28-Jan-07 23:27
jhwurmbach28-Jan-07 23:27 
This happens when the code compiled from and the code-file displayed are different.
Somewhere upstream, a line has been deleted (and probably other lines have been rewritten). So the debugger, brainless as it is, displays the source line it gets from the PDB, which is not the one it should have been displaying.

Do you have installed several VC++ in parallel and are shown the wrong one?
Do you edited your file and did not recompile?




"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.

GeneralRe: why doesn't the cursor piont to the excuted line in single step debug? Pin
krmed29-Jan-07 0:35
krmed29-Jan-07 0:35 
QuestionTo click programmatically on a button Pin
mikobi28-Jan-07 22:31
mikobi28-Jan-07 22:31 
AnswerRe: To click programmatically on a button Pin
baerten28-Jan-07 22:34
baerten28-Jan-07 22:34 
GeneralRe: To click programmatically on a button Pin
mikobi29-Jan-07 4:09
mikobi29-Jan-07 4:09 
GeneralRe: To click programmatically on a button Pin
baerten29-Jan-07 5:13
baerten29-Jan-07 5:13 
AnswerRe: To click programmatically on a button Pin
Waldermort28-Jan-07 23:06
Waldermort28-Jan-07 23:06 
GeneralRe: To click programmatically on a button Pin
Roger Stoltz29-Jan-07 0:44
Roger Stoltz29-Jan-07 0:44 
QuestionUpper Triangular Matrix Pin
73Zeppelin28-Jan-07 22:23
73Zeppelin28-Jan-07 22:23 
AnswerRe: Upper Triangular Matrix Pin
Waldermort28-Jan-07 23:12
Waldermort28-Jan-07 23:12 
QuestionA HyperLink Should OPen Other New Window Pin
Praveena.V28-Jan-07 21:55
Praveena.V28-Jan-07 21:55 
AnswerRe: A HyperLink Should OPen Other New Window Pin
Don Box28-Jan-07 22:12
Don Box28-Jan-07 22:12 
GeneralRe: A HyperLink Should OPen Other New Window Pin
Praveena.V28-Jan-07 22:19
Praveena.V28-Jan-07 22:19 
GeneralRe: A HyperLink Should OPen Other New Window Pin
prasad_som28-Jan-07 22:31
prasad_som28-Jan-07 22:31 
GeneralRe: A HyperLink Should OPen Other New Window Pin
Don Box28-Jan-07 22:32
Don Box28-Jan-07 22:32 
GeneralRe: A HyperLink Should OPen Other New Window Pin
Hamid_RT29-Jan-07 18:16
Hamid_RT29-Jan-07 18:16 
QuestionMFC or Windows Forms Application Pin
whatever@whatever.com28-Jan-07 21:52
whatever@whatever.com28-Jan-07 21:52 
AnswerRe: MFC or Windows Forms Application Pin
benjymous29-Jan-07 1:04
benjymous29-Jan-07 1: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.