Click here to Skip to main content
16,005,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: COM PORT PROBLEM Pin
Sandeep Shetty30-Aug-01 13:14
Sandeep Shetty30-Aug-01 13:14 
GeneralRe: COM PORT PROBLEM Pin
Joaquín M López Muñoz30-Aug-01 21:04
Joaquín M López Muñoz30-Aug-01 21:04 
GeneralComboBox messages Pin
Michael Martin29-Aug-01 20:29
professionalMichael Martin29-Aug-01 20:29 
GeneralRe: ComboBox messages Pin
Matt.W.29-Aug-01 21:18
Matt.W.29-Aug-01 21:18 
GeneralRe: ComboBox messages Pin
Michael Martin30-Aug-01 2:24
professionalMichael Martin30-Aug-01 2:24 
Generalgrid controls Pin
29-Aug-01 19:48
suss29-Aug-01 19:48 
GeneralCSystemTray MDI Pin
jdt29-Aug-01 19:44
jdt29-Aug-01 19:44 
GeneralAbout "__stdcall" and "__cdecl" Pin
Maer72729-Aug-01 17:17
Maer72729-Aug-01 17:17 
In __stdcall calling convention, the callee cleans the stack, so it can not be a vararg function.

In __cdecl calling convention, the calling function cleans the stack, so it can be a vararg function.

I do not understand "the calling function cleans the stack, so it can be a vararg function" and "the callee cleans the stack, so it can not be a vararg function".

Can you explain the mechanism of stack cleaning and vararg function?

Thanks.

Maer
GeneralRe: About Pin
Michael Dunn29-Aug-01 18:37
sitebuilderMichael Dunn29-Aug-01 18:37 
GeneralRe: About Pin
Maer72729-Aug-01 22:07
Maer72729-Aug-01 22:07 
GeneralCList/CArray duplicate link problem Pin
Wayne Janaway29-Aug-01 15:52
Wayne Janaway29-Aug-01 15:52 
GeneralRe: CList/CArray duplicate link problem Pin
Tomasz Sowinski30-Aug-01 1:24
Tomasz Sowinski30-Aug-01 1:24 
GeneralRe: CList/CArray duplicate link problem Pin
Wayne Janaway30-Aug-01 11:14
Wayne Janaway30-Aug-01 11:14 
GeneralRe: CList/CArray duplicate link problem Pin
Tomasz Sowinski30-Aug-01 11:21
Tomasz Sowinski30-Aug-01 11:21 
GeneralWait for worker thread to finish Pin
PJ Arends29-Aug-01 15:19
professionalPJ Arends29-Aug-01 15:19 
GeneralRe: Wait for worker thread to finish Pin
Not Active29-Aug-01 16:00
mentorNot Active29-Aug-01 16:00 
GeneralRe: Wait for worker thread to finish Pin
Kelly Herald30-Aug-01 10:25
Kelly Herald30-Aug-01 10:25 
GeneralATL Objects Pin
Bret Faller29-Aug-01 13:55
Bret Faller29-Aug-01 13:55 
GeneralRe: ATL Objects Pin
Aaron Schaefer30-Aug-01 4:20
Aaron Schaefer30-Aug-01 4:20 
GeneralInternet link on my about dialog box Pin
Jonathan Craig29-Aug-01 13:42
Jonathan Craig29-Aug-01 13:42 
GeneralRe: Internet link on my about dialog box Pin
Jim A. Johnson29-Aug-01 13:59
Jim A. Johnson29-Aug-01 13:59 
GeneralRe: Internet link on my about dialog box Pin
Not Active29-Aug-01 14:10
mentorNot Active29-Aug-01 14:10 
GeneralNM_RETURN vs NM_CLICK Pin
29-Aug-01 11:23
suss29-Aug-01 11:23 
GeneralRe: NM_RETURN vs NM_CLICK Pin
Joaquín M López Muñoz29-Aug-01 20:17
Joaquín M López Muñoz29-Aug-01 20:17 
GeneralC++ control to ActiveX and C++ control to DLL Pin
29-Aug-01 11:11
suss29-Aug-01 11:11 

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.