Click here to Skip to main content
16,004,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionlink error Pin
thathvamsi31-Jul-06 17:05
thathvamsi31-Jul-06 17:05 
AnswerRe: link error Pin
Naveen31-Jul-06 17:28
Naveen31-Jul-06 17:28 
AnswerRe: link error Pin
Milton Karimbekallil31-Jul-06 17:58
Milton Karimbekallil31-Jul-06 17:58 
GeneralRe: link error Pin
Naveen31-Jul-06 18:19
Naveen31-Jul-06 18:19 
Questionpaste and copy script Pin
weelze31-Jul-06 16:31
weelze31-Jul-06 16:31 
AnswerRe: paste and copy script Pin
Hamid_RT5-Aug-06 9:20
Hamid_RT5-Aug-06 9:20 
QuestionUnhandled exception Pin
thathvamsi31-Jul-06 16:03
thathvamsi31-Jul-06 16:03 
AnswerRe: Unhandled exception Pin
User 58385231-Jul-06 17:02
User 58385231-Jul-06 17:02 
An access violation means your program is touching some memory that it should not. Perhaps you are attempting to use an object that has been deleted etc?

Best thing to do is to set the debugger to break when this type of exception is raised. In the debug menu choose exceptions (I think thats what its called, I cant remeber the exact name of the commands in VC6) and find the access violation and set it to break when exception raised / thrown. Then rerun your program and see where this exception is coming from.


Objects in mirror are closer than they appear

Questionprint in the list box Pin
With_problem31-Jul-06 15:26
With_problem31-Jul-06 15:26 
AnswerRe: print in the list box Pin
Naveen31-Jul-06 17:21
Naveen31-Jul-06 17:21 
GeneralRe: print in the list box Pin
sunit531-Jul-06 20:19
sunit531-Jul-06 20:19 
GeneralRe: print in the list box Pin
Naveen31-Jul-06 20:23
Naveen31-Jul-06 20:23 
GeneralRe: print in the list box [modified] Pin
sunit51-Aug-06 4:49
sunit51-Aug-06 4:49 
GeneralRe: print in the list box Pin
Naveen1-Aug-06 18:49
Naveen1-Aug-06 18:49 
QuestionRegular expressions code generator Pin
Alexander M.,31-Jul-06 13:06
Alexander M.,31-Jul-06 13:06 
AnswerRe: Regular expressions code generator Pin
John R. Shaw31-Jul-06 15:55
John R. Shaw31-Jul-06 15:55 
Questionexternal variables for C and C++ mixed program Pin
zhijia.yuan31-Jul-06 12:14
zhijia.yuan31-Jul-06 12:14 
AnswerRe: external variables for C and C++ mixed program Pin
Taka Muraoka31-Jul-06 15:00
Taka Muraoka31-Jul-06 15:00 
GeneralRe: external variables for C and C++ mixed program Pin
zhijia.yuan1-Aug-06 9:44
zhijia.yuan1-Aug-06 9:44 
QuestionA question about postmessage. [modified] Pin
zhijia.yuan31-Jul-06 12:11
zhijia.yuan31-Jul-06 12:11 
AnswerRe: A question about postmessage. Pin
User 58385231-Jul-06 17:13
User 58385231-Jul-06 17:13 
GeneralRe: A question about postmessage. Pin
zhijia.yuan1-Aug-06 9:45
zhijia.yuan1-Aug-06 9:45 
QuestionGetting the hStdOutput from CreateProcess.hStdOutput [modified] Pin
darkcloud.42o31-Jul-06 11:17
darkcloud.42o31-Jul-06 11:17 
AnswerRe: Getting the hStdOutput from CreateProcess.hStdOutput Pin
James Brown31-Jul-06 11:43
James Brown31-Jul-06 11:43 
GeneralRe: Getting the hStdOutput from CreateProcess.hStdOutput [modified] Pin
darkcloud.42o31-Jul-06 12:10
darkcloud.42o31-Jul-06 12:10 

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.