Click here to Skip to main content
15,911,786 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Please explain the reason of the error Pin
_anil_12-Mar-09 0:34
_anil_12-Mar-09 0:34 
GeneralRe: Please explain the reason of the error Pin
Stuart Dootson12-Mar-09 0:38
professionalStuart Dootson12-Mar-09 0:38 
GeneralRe: Please explain the reason of the error Pin
_anil_12-Mar-09 0:48
_anil_12-Mar-09 0:48 
GeneralRe: Please explain the reason of the error Pin
CPallini12-Mar-09 0:40
mveCPallini12-Mar-09 0:40 
Questionhow to trap sound using cpp. Pin
Markandaiya Harsh11-Mar-09 23:40
Markandaiya Harsh11-Mar-09 23:40 
AnswerRe: how to trap sound using cpp. Pin
Cedric Moonen11-Mar-09 23:57
Cedric Moonen11-Mar-09 23:57 
GeneralRe: how to trap sound using cpp. Pin
Jijo.Raj12-Mar-09 0:03
Jijo.Raj12-Mar-09 0:03 
Questionfuzzy controller in AVR ATMega16 Pin
adamharika11-Mar-09 22:26
adamharika11-Mar-09 22:26 
AnswerRe: fuzzy controller in AVR ATMega16 Pin
CPallini11-Mar-09 22:48
mveCPallini11-Mar-09 22:48 
GeneralRe: fuzzy controller in AVR ATMega16 Pin
SandipG 12-Mar-09 0:11
SandipG 12-Mar-09 0:11 
AnswerRe: fuzzy controller in AVR ATMega16 Pin
zahra-6519-Jul-13 9:38
zahra-6519-Jul-13 9:38 
QuestionCRichEditCtrl::StreamOut property Pin
amit.code11-Mar-09 22:22
amit.code11-Mar-09 22:22 
AnswerRe: CRichEditCtrl::StreamOut property Pin
Stuart Dootson12-Mar-09 0:26
professionalStuart Dootson12-Mar-09 0:26 
QuestionChangeWindowMessageFilter Pin
Van Binh11-Mar-09 21:51
Van Binh11-Mar-09 21:51 
QuestionNeed Help for PropertySheet or TabCtrl. Pin
Le@rner11-Mar-09 21:38
Le@rner11-Mar-09 21:38 
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 

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.