Click here to Skip to main content
15,899,025 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Need Help for PropertySheet or TabCtrl. Pin
wo will rock you11-Mar-09 22:23
wo will rock you11-Mar-09 22:23 
GeneralRe: Need Help for PropertySheet or TabCtrl. Pin
Le@rner11-Mar-09 22:27
Le@rner11-Mar-09 22:27 
QuestionBreakpoint is Disabling automatically while debugging Pin
hemlat11-Mar-09 20:58
hemlat11-Mar-09 20:58 
AnswerRe: Breakpoint is Disabling automatically while debugging Pin
Cedric Moonen11-Mar-09 21:09
Cedric Moonen11-Mar-09 21:09 
GeneralRe: Breakpoint is Disabling automatically while debugging Pin
hemlat11-Mar-09 21:17
hemlat11-Mar-09 21:17 
GeneralRe: Breakpoint is Disabling automatically while debugging Pin
Cedric Moonen11-Mar-09 21:25
Cedric Moonen11-Mar-09 21:25 
GeneralRe: Breakpoint is Disabling automatically while debugging Pin
hemlat11-Mar-09 21:45
hemlat11-Mar-09 21:45 
GeneralRe: Breakpoint is Disabling automatically while debugging Pin
Cedric Moonen11-Mar-09 21:50
Cedric Moonen11-Mar-09 21:50 
hemlat wrote:
yes. I am debugging release configuration


Well, that explains why you don't have brekpoints. No debug information is generated for release configuration.


hemlat wrote:
I have changed configuration to debug.Then it is showing Link errors.


Each configuration (release and debug) have their own project properties. Thus, you probably added a link setting in your release configuration and forgot to add it also in your debug configuration. MAke sure that everything you added in the release configuration is also added in the debug configuration.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

GeneralRe: Breakpoint is Disabling automatically while debugging Pin
hemlat11-Mar-09 22:50
hemlat11-Mar-09 22:50 
AnswerRe: Breakpoint is Disabling automatically while debugging Pin
Stuart Dootson11-Mar-09 23:16
professionalStuart Dootson11-Mar-09 23:16 
GeneralRe: Breakpoint is Disabling automatically while debugging Pin
hemlat12-Mar-09 1:49
hemlat12-Mar-09 1:49 
QuestionHow to remove compile warnings in VC++ 2008? Pin
KaKa'11-Mar-09 20:34
KaKa'11-Mar-09 20:34 
AnswerRe: How to remove compile warnings in VC++ 2008? Pin
Cedric Moonen11-Mar-09 21:11
Cedric Moonen11-Mar-09 21:11 
AnswerRe: How to remove compile warnings in VC++ 2008? Pin
«_Superman_»11-Mar-09 21:45
professional«_Superman_»11-Mar-09 21:45 
AnswerRe: How to remove compile warnings in VC++ 2008? Pin
Joe Woodbury12-Mar-09 7:07
professionalJoe Woodbury12-Mar-09 7:07 
Questionstop main thread and resume later Pin
_T("No name")11-Mar-09 20:23
_T("No name")11-Mar-09 20:23 
AnswerRe: stop main thread and resume later Pin
ShiXiangYang11-Mar-09 20:52
ShiXiangYang11-Mar-09 20:52 
GeneralRe: stop main thread and resume later Pin
_T("No name")11-Mar-09 21:13
_T("No name")11-Mar-09 21:13 
GeneralRe: stop main thread and resume later Pin
wo will rock you11-Mar-09 22:58
wo will rock you11-Mar-09 22:58 
GeneralRe: stop main thread and resume later Pin
Cedric Moonen11-Mar-09 21:19
Cedric Moonen11-Mar-09 21:19 
AnswerRe: stop main thread and resume later Pin
Cedric Moonen11-Mar-09 21:17
Cedric Moonen11-Mar-09 21:17 
GeneralRe: stop main thread and resume later Pin
_T("No name")11-Mar-09 22:08
_T("No name")11-Mar-09 22:08 
GeneralRe: stop main thread and resume later Pin
_T("No name")12-Mar-09 2:51
_T("No name")12-Mar-09 2:51 
GeneralRe: stop main thread and resume later Pin
Cedric Moonen12-Mar-09 3:04
Cedric Moonen12-Mar-09 3:04 
QuestionDisable window.. Pin
siva45511-Mar-09 20:12
siva45511-Mar-09 20:12 

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.