Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: 32 bit vs 64 bit machine, same c++ code compiled on each....different numerical results! Pin
Luc Pattyn30-Sep-10 7:53
sitebuilderLuc Pattyn30-Sep-10 7:53 
GeneralRe: 32 bit vs 64 bit machine, same c++ code compiled on each....different numerical results! Pin
ns30-Sep-10 10:02
ns30-Sep-10 10:02 
AnswerRe: 32 bit vs 64 bit machine, same c++ code compiled on each....different numerical results! Pin
Maximilien30-Sep-10 7:54
Maximilien30-Sep-10 7:54 
AnswerRe: 32 bit vs 64 bit machine, same c++ code compiled on each....different numerical results! Pin
Joe Woodbury3-Oct-10 11:12
professionalJoe Woodbury3-Oct-10 11:12 
QuestionSystem Hooking Pin
Fareed Rizkalla30-Sep-10 5:45
Fareed Rizkalla30-Sep-10 5:45 
AnswerRe: System Hooking Pin
«_Superman_»30-Sep-10 18:37
professional«_Superman_»30-Sep-10 18:37 
Questionvisual studio 2005 fails to debug c++ program, breakpoint will never be hint, program after debug always running in background, (be found in task manager->processes) Pin
blueroadside30-Sep-10 5:07
blueroadside30-Sep-10 5:07 
AnswerRe: visual studio 2005 fails to debug c++ program, breakpoint will never be hint, program after debug always running in background, (be found in task manager->processes) Pin
Luc Pattyn30-Sep-10 5:59
sitebuilderLuc Pattyn30-Sep-10 5:59 
Sometimes Visual Studio gets confused, maybe because the files in your project aren't consistent. I suggest you perform a clean build, which probably includes: delteting the obj folder(s), possibly cleaning or deleting the bin folder(s), clikcing menu Build/CleanSolution, then Build/RebuildSolution. That often fixes it. If not, restart Visual.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: visual studio 2005 fails to debug c++ program, breakpoint will never be hint, program after debug always running in background, (be found in task manager->processes) Pin
blueroadside1-Oct-10 0:17
blueroadside1-Oct-10 0:17 
AnswerRe: visual studio 2005 fails to debug c++ program, breakpoint will never be hint, program after debug always running in background, (be found in task manager->processes) Pin
prasad_som30-Sep-10 23:56
prasad_som30-Sep-10 23:56 
GeneralRe: visual studio 2005 fails to debug c++ program, breakpoint will never be hint, program after debug always running in background, (be found in task manager->processes) Pin
blueroadside1-Oct-10 0:23
blueroadside1-Oct-10 0:23 
QuestionWhat is this error msg? [solved] Pin
AmbiguousName30-Sep-10 3:47
AmbiguousName30-Sep-10 3:47 
AnswerRe: What is this error msg? [solved] Pin
Member 437175630-Sep-10 7:16
Member 437175630-Sep-10 7:16 
AnswerRe: What is this error msg? [solved] Pin
David Crow30-Sep-10 8:51
David Crow30-Sep-10 8:51 
QuestionCDialog DoModal function [Moved] Pin
prithaa30-Sep-10 1:48
prithaa30-Sep-10 1:48 
AnswerRe: CDialog DoModal function Pin
Richard MacCutchan30-Sep-10 2:27
mveRichard MacCutchan30-Sep-10 2:27 
GeneralRe: CDialog DoModal function Pin
prithaa1-Oct-10 1:42
prithaa1-Oct-10 1:42 
GeneralRe: CDialog DoModal function Pin
Richard MacCutchan1-Oct-10 2:35
mveRichard MacCutchan1-Oct-10 2:35 
GeneralRe: CDialog DoModal function Pin
prithaa1-Oct-10 17:20
prithaa1-Oct-10 17:20 
GeneralRe: CDialog DoModal function Pin
Richard MacCutchan1-Oct-10 23:05
mveRichard MacCutchan1-Oct-10 23:05 
GeneralRe: CDialog DoModal function Pin
prithaa2-Oct-10 0:17
prithaa2-Oct-10 0:17 
GeneralRe: CDialog DoModal function Pin
Richard MacCutchan2-Oct-10 1:11
mveRichard MacCutchan2-Oct-10 1:11 
GeneralRe: CDialog DoModal function Pin
prithaa2-Oct-10 2:06
prithaa2-Oct-10 2:06 
GeneralRe: CDialog DoModal function Pin
Richard MacCutchan2-Oct-10 4:12
mveRichard MacCutchan2-Oct-10 4:12 
GeneralRe: CDialog DoModal function Pin
prithaa3-Oct-10 2:09
prithaa3-Oct-10 2:09 

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.