Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Call Stack #2 Pin
The_Server23-Sep-01 3:50
The_Server23-Sep-01 3:50 
GeneralFILE pointer to DLL function Pin
23-Sep-01 1:10
suss23-Sep-01 1:10 
GeneralRe: FILE pointer to DLL function Pin
Chris Losinger23-Sep-01 3:34
professionalChris Losinger23-Sep-01 3:34 
GeneralRe: FILE pointer to DLL function Pin
23-Sep-01 5:09
suss23-Sep-01 5:09 
GeneralRe: FILE pointer to DLL function Pin
23-Sep-01 6:57
suss23-Sep-01 6:57 
GeneralRe: FILE pointer to DLL function Pin
23-Sep-01 10:21
suss23-Sep-01 10:21 
GeneralRe: FILE pointer to DLL function Pin
Chris Losinger23-Sep-01 7:08
professionalChris Losinger23-Sep-01 7:08 
GeneralCall Stack Pin
The_Server22-Sep-01 20:37
The_Server22-Sep-01 20:37 
HI ALL
======

My Code goes a little bit like this:
 func1() { func2(); }
func2() { func3(); }
func3() { func4(); }
func5() { func6(); }
func6() { goto THREAD_END; }
 
void thread_main_func()
{
  ...
  ...
  ...
THREAD_END:
  ...
  ...
}


Do I need and how to clear the call stack ?

BTW: come to #CodeProject on DalNet (mIRC)
GeneralRe: Call Stack Pin
Christian Graus23-Sep-01 0:57
protectorChristian Graus23-Sep-01 0:57 
GeneralNon-Modal dialog Pin
22-Sep-01 12:21
suss22-Sep-01 12:21 
GeneralRe: Non-Modal dialog Pin
Michael P Butler22-Sep-01 12:30
Michael P Butler22-Sep-01 12:30 
GeneralRe: Non-Modal dialog Pin
22-Sep-01 12:33
suss22-Sep-01 12:33 
GeneralRe: Non-Modal dialog Pin
Joaquín M López Muñoz22-Sep-01 12:38
Joaquín M López Muñoz22-Sep-01 12:38 
GeneralRe: Non-Modal dialog Pin
22-Sep-01 12:44
suss22-Sep-01 12:44 
GeneralRe: Non-Modal dialog Pin
Michael P Butler22-Sep-01 12:47
Michael P Butler22-Sep-01 12:47 
GeneralRe: Non-Modal dialog Pin
22-Sep-01 12:51
suss22-Sep-01 12:51 
GeneralRe: Non-Modal dialog Pin
22-Sep-01 13:07
suss22-Sep-01 13:07 
GeneralRe: Non-Modal dialog Pin
Ravi Bhavnani22-Sep-01 13:58
professionalRavi Bhavnani22-Sep-01 13:58 
GeneralRe: Non-Modal dialog Pin
Christian Graus22-Sep-01 12:42
protectorChristian Graus22-Sep-01 12:42 
GeneralRe: Non-Modal dialog Pin
Michael P Butler22-Sep-01 12:48
Michael P Butler22-Sep-01 12:48 
GeneralRe: Non-Modal dialog Pin
User 988522-Sep-01 13:31
User 988522-Sep-01 13:31 
GeneralRe: Non-Modal dialog Pin
23-Sep-01 3:58
suss23-Sep-01 3:58 
QuestionIs there a LVS_SHOWSELNEVER? Pin
Joep22-Sep-01 9:13
Joep22-Sep-01 9:13 
AnswerRe: Is there a LVS_SHOWSELNEVER? Pin
Ravi Bhavnani22-Sep-01 9:28
professionalRavi Bhavnani22-Sep-01 9:28 
GeneralRe: Is there a LVS_SHOWSELNEVER? Pin
Joep22-Sep-01 11:04
Joep22-Sep-01 11:04 

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.