Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MSMQ - Opening a Private Queue through windows service Pin
Md Saleem Navalur27-Jan-09 22:51
Md Saleem Navalur27-Jan-09 22:51 
QuestionStack Trace [modified] Pin
baerten27-Jan-09 0:06
baerten27-Jan-09 0:06 
AnswerRe: Stack Trace Pin
Hamid_RT27-Jan-09 0:35
Hamid_RT27-Jan-09 0:35 
GeneralRe: Stack Trace Pin
baerten27-Jan-09 0:59
baerten27-Jan-09 0:59 
GeneralRe: Stack Trace Pin
Luc Pattyn27-Jan-09 1:53
sitebuilderLuc Pattyn27-Jan-09 1:53 
GeneralRe: Stack Trace Pin
baerten27-Jan-09 3:29
baerten27-Jan-09 3:29 
GeneralRe: Stack Trace Pin
Randor 27-Jan-09 8:16
professional Randor 27-Jan-09 8:16 
AnswerRe: Stack Trace Pin
Stuart Dootson27-Jan-09 6:04
professionalStuart Dootson27-Jan-09 6:04 
You need a stack walking function. Here are some[^] links[^] that may be useful.

The second is probably best - John Robbins is a well regarded expert on debugging and things like that. His SUPERASSERT code includes stack tracing code - see the dialog screenshot about half way through the article for an example of what you can get. Obviously you only need the last item in the trace.

One last thing - IIRC, without debug symbols, all you're going to get is the address that called you, not a function name.
QuestionDatabase implementation in VC++ Pin
Ravi00326-Jan-09 23:22
Ravi00326-Jan-09 23:22 
AnswerRe: Database implementation in VC++ Pin
Rahul Vaishnav26-Jan-09 23:48
Rahul Vaishnav26-Jan-09 23:48 
GeneralRe: Database implementation in VC++ Pin
Ravi00327-Jan-09 0:50
Ravi00327-Jan-09 0:50 
AnswerRe: Database implementation in VC++ Pin
Hamid_RT27-Jan-09 0:31
Hamid_RT27-Jan-09 0:31 
GeneralRe: Database implementation in VC++ Pin
Ravi00327-Jan-09 0:51
Ravi00327-Jan-09 0:51 
QuestionMemory usage Pin
Sunil P V26-Jan-09 22:46
Sunil P V26-Jan-09 22:46 
AnswerRe: Memory usage Pin
Stuart Dootson26-Jan-09 23:20
professionalStuart Dootson26-Jan-09 23:20 
AnswerRe: Memory usage Pin
Randor 27-Jan-09 11:45
professional Randor 27-Jan-09 11:45 
Questionsearching in list taking very long time Pin
VCProgrammer26-Jan-09 22:44
VCProgrammer26-Jan-09 22:44 
AnswerRe: searching in list taking very long time Pin
Stuart Dootson26-Jan-09 23:15
professionalStuart Dootson26-Jan-09 23:15 
QuestionText File Access with specific path. Pin
mac_g26-Jan-09 22:31
mac_g26-Jan-09 22:31 
AnswerRe: Text File Access with specific path. Pin
Cedric Moonen26-Jan-09 22:48
Cedric Moonen26-Jan-09 22:48 
GeneralRe: Text File Access with specific path. Pin
mac_g26-Jan-09 22:56
mac_g26-Jan-09 22:56 
GeneralRe: Text File Access with specific path. Pin
Cedric Moonen26-Jan-09 23:01
Cedric Moonen26-Jan-09 23:01 
GeneralRe: Text File Access with specific path. Pin
mac_g26-Jan-09 23:11
mac_g26-Jan-09 23:11 
GeneralRe: Text File Access with specific path. Pin
Cedric Moonen26-Jan-09 23:24
Cedric Moonen26-Jan-09 23:24 
GeneralRe: Text File Access with specific path. Pin
mac_g26-Jan-09 23:55
mac_g26-Jan-09 23:55 

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.