Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Iam getting memory access violation error in VC Pin
prasad_som11-Feb-07 23:39
prasad_som11-Feb-07 23:39 
AnswerRe: Iam getting memory access violation error in VC Pin
harshadha12-Feb-07 0:15
harshadha12-Feb-07 0:15 
AnswerRe: Iam getting memory access violation error in VC Pin
prasad_som12-Feb-07 0:20
prasad_som12-Feb-07 0:20 
GeneralRe: Iam getting memory access violation error in VC Pin
harshadha12-Feb-07 0:38
harshadha12-Feb-07 0:38 
AnswerRe: Iam getting memory access violation error in VC Pin
prasad_som12-Feb-07 0:42
prasad_som12-Feb-07 0:42 
AnswerRe: Iam getting memory access violation error in VC Pin
kakan12-Feb-07 0:10
professionalkakan12-Feb-07 0:10 
GeneralRe: Iam getting memory access violation error in VC Pin
harshadha12-Feb-07 0:14
harshadha12-Feb-07 0:14 
GeneralRe: Iam getting memory access violation error in VC Pin
kakan12-Feb-07 0:27
professionalkakan12-Feb-07 0:27 
That's not a text from your debugger. That's Windows error message.
By using the debugger you have, you can set a break point in your source code. When the program reaches the break point, the debugger will stop the execution of youe program so you can (amongst other things) inspect your variables and find out the cause of the problem.
You should learn how to use the debugger. It's not very hard to do and the debugger will definately save you heaps of time when you are looging for problems with your code.



Alcohol. The cause of, and the solution to, all of life's problems - Homer Simpson

GeneralRe: Iam getting memory access violation error in VC Pin
harshadha12-Feb-07 0:34
harshadha12-Feb-07 0:34 
QuestionErasing Button Edge lines ? Pin
Sakthiu11-Feb-07 23:21
Sakthiu11-Feb-07 23:21 
AnswerRe: Erasing Button Edge lines ? Pin
Hamid_RT12-Feb-07 7:04
Hamid_RT12-Feb-07 7:04 
AnswerRe: Erasing Button Edge lines ? Pin
Naveen11-Feb-07 23:22
Naveen11-Feb-07 23:22 
GeneralRe: Erasing Button Edge lines ? Pin
Sakthiu11-Feb-07 23:24
Sakthiu11-Feb-07 23:24 
GeneralRe: Erasing Button Edge lines ? Pin
Naveen11-Feb-07 23:32
Naveen11-Feb-07 23:32 
GeneralRe: Erasing Button Edge lines ? Pin
Hamid_RT12-Feb-07 7:04
Hamid_RT12-Feb-07 7:04 
QuestionMFC bad? Win 32 good? C#, .NET and other questions Pin
ldsdbomber11-Feb-07 23:14
ldsdbomber11-Feb-07 23:14 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
benjymous11-Feb-07 23:30
benjymous11-Feb-07 23:30 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
Cedric Moonen11-Feb-07 23:32
Cedric Moonen11-Feb-07 23:32 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
Arman S.12-Feb-07 0:07
Arman S.12-Feb-07 0:07 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
Eytukan12-Feb-07 0:58
Eytukan12-Feb-07 0:58 
Questionintercepting the message loop Pin
ldsdbomber11-Feb-07 23:01
ldsdbomber11-Feb-07 23:01 
AnswerRe: intercepting the message loop Pin
benjymous11-Feb-07 23:24
benjymous11-Feb-07 23:24 
AnswerRe: intercepting the message loop Pin
Eytukan12-Feb-07 0:00
Eytukan12-Feb-07 0:00 
QuestionStyle/method question regarding dialog updates/calcs Pin
ldsdbomber11-Feb-07 22:53
ldsdbomber11-Feb-07 22:53 
AnswerRe: Style/method question regarding dialog updates/calcs Pin
Naveen11-Feb-07 23:19
Naveen11-Feb-07 23:19 

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.