Click here to Skip to main content
15,918,211 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: what's the purpose of this reg file? Pin
shanzy10-May-09 21:50
shanzy10-May-09 21:50 
GeneralRe: what's the purpose of this reg file? Pin
shanzy10-May-09 21:57
shanzy10-May-09 21:57 
AnswerRe: what's the purpose of this reg file? Pin
Hamid_RT10-May-09 23:07
Hamid_RT10-May-09 23:07 
QuestionHow to get Error message string ? Pin
SherTeks10-May-09 21:26
SherTeks10-May-09 21:26 
AnswerRe: How to get Error message string ? Pin
CPallini10-May-09 21:31
mveCPallini10-May-09 21:31 
QuestionMultithreading in VC++ Pin
diptipanchal10-May-09 20:09
diptipanchal10-May-09 20:09 
AnswerRe: Multithreading in VC++ Pin
_AnsHUMAN_ 10-May-09 20:17
_AnsHUMAN_ 10-May-09 20:17 
AnswerRe: Multithreading in VC++ Pin
Cedric Moonen10-May-09 20:23
Cedric Moonen10-May-09 20:23 
QuestionRe: Multithreading in VC++ Pin
__yash__10-May-09 21:15
professional__yash__10-May-09 21:15 
QuestionTimers in Windows Pin
Mohammad Khodaea10-May-09 19:54
Mohammad Khodaea10-May-09 19:54 
AnswerRe: Timers in Windows Pin
_AnsHUMAN_ 10-May-09 20:12
_AnsHUMAN_ 10-May-09 20:12 
AnswerRe: Timers in Windows Pin
Chandrasekharan P10-May-09 20:17
Chandrasekharan P10-May-09 20:17 
AnswerRe: Timers in Windows Pin
Cedric Moonen10-May-09 20:26
Cedric Moonen10-May-09 20:26 
AnswerRe: Timers in Windows Pin
Madhu Nair10-May-09 20:56
Madhu Nair10-May-09 20:56 
GeneralRe: Timers in Windows Pin
Mohammadj11-May-09 0:37
Mohammadj11-May-09 0:37 
RantRe: Timers in Windows Pin
Madhu Nair11-May-09 1:31
Madhu Nair11-May-09 1:31 
GeneralRe: Timers in Windows Pin
Mohammadj11-May-09 1:38
Mohammadj11-May-09 1:38 
GeneralRe: Timers in Windows Pin
Chandrasekharan P11-May-09 2:04
Chandrasekharan P11-May-09 2:04 
GeneralRe: Timers in Windows Pin
Mohammadj11-May-09 2:12
Mohammadj11-May-09 2:12 
GeneralRe: Timers in Windows Pin
Chandrasekharan P11-May-09 2:14
Chandrasekharan P11-May-09 2:14 
Questionsegmentation fault- gdb output : at 0x00ac315a meaning?? Pin
shrims4u10-May-09 19:51
shrims4u10-May-09 19:51 
AnswerRe: segmentation fault- gdb output : at 0x00ac315a meaning?? Pin
Cedric Moonen10-May-09 20:20
Cedric Moonen10-May-09 20:20 
It probably means that you are trying to access that address (read or write) but do not have permission to do so. The best way to solve such issues is to use your debugger to track down the problem. This error is so generic that it is impossible to give you more information.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

GeneralRe: segmentation fault- gdb output : at 0x00ac315a meaning?? Pin
shrims4u11-May-09 16:53
shrims4u11-May-09 16:53 
GeneralRe: segmentation fault- gdb output : at 0x00ac315a meaning?? Pin
Cedric Moonen11-May-09 20:07
Cedric Moonen11-May-09 20:07 
QuestionGetting a crash when using the below code. Pin
V K 210-May-09 19:36
V K 210-May-09 19:36 

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.