What Functions are called
-
Hi, I have two functions funx() and funy() in my VC++ application.Could someone suggest me a tool/mechanism as how to find which functions (application flow)are called in between funx() and funy(). I need this urgently. Thanks in advance.
Taruni
Im not sure Im understood your question but why you dont use of deugger(F11 or F10/breakpoints)?
-
Hi, I have two functions funx() and funy() in my VC++ application.Could someone suggest me a tool/mechanism as how to find which functions (application flow)are called in between funx() and funy(). I need this urgently. Thanks in advance.
Taruni
Taruni wrote:
I have two functions funx() and funy() in my VC++ application.Could someone suggest me a tool/mechanism as how to find which functions (application flow)are called in between funx() and funy().
Normally you can use the debugger.
Taruni wrote:
I need this urgently.
But that's bothering me. For urgent purposes, I don't know if the debugger will help. :)
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
-
Im not sure Im understood your question but why you dont use of deugger(F11 or F10/breakpoints)?
-
Thank You Hamid. What I want to know is whether there is any tool that lists the functions called in between funx() and funy()
Taruni
Taruni wrote:
What I want to know is whether there is any tool that lists the functions called in between funx() and funy()
yes, the DEBUGGER does it ! by showing the call stack. but you seem to be to lazy to search a bit by yourself...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Hi, I have two functions funx() and funy() in my VC++ application.Could someone suggest me a tool/mechanism as how to find which functions (application flow)are called in between funx() and funy(). I need this urgently. Thanks in advance.
Taruni
nave [OpenedFileFinder]
-
Hi, I have two functions funx() and funy() in my VC++ application.Could someone suggest me a tool/mechanism as how to find which functions (application flow)are called in between funx() and funy(). I need this urgently. Thanks in advance.
Taruni
-
shhhhh, that's a secret tool ! :rolleyes:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]