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

C / C++ / MFC

 
GeneralRe: char find Pin
30-Aug-01 5:53
suss30-Aug-01 5:53 
GeneralRe: char find Pin
Jim A. Johnson30-Aug-01 5:57
Jim A. Johnson30-Aug-01 5:57 
GeneralRe: char find Pin
Tomasz Sowinski30-Aug-01 8:01
Tomasz Sowinski30-Aug-01 8:01 
GeneralPass NULL to stored procedure with ADO Pin
Bob Groves30-Aug-01 5:11
Bob Groves30-Aug-01 5:11 
GeneralRe: Pass NULL to stored procedure with ADO Pin
Rashid Thadha30-Aug-01 11:54
Rashid Thadha30-Aug-01 11:54 
GeneralCalling conventions Pin
Ravish30-Aug-01 4:36
Ravish30-Aug-01 4:36 
GeneralRe: Calling conventions Pin
Paul M Watt23-Feb-02 16:50
mentorPaul M Watt23-Feb-02 16:50 
GeneralRe: Calling conventions Pin
Rick York23-Feb-02 17:46
mveRick York23-Feb-02 17:46 
The pascal (stdcall) calling convention is not obsolete in Win32. Most of the Win32 API uses it. Is has various macros to describe it such as WINAPI, CALLBACK, APIPRIVATE, PASCAL, and IMAGEAPI. It is used for two reasons : first so that multiple programming languages can be supported and second because M$ claims that it is slightly more efficient. Roll eyes | :rolleyes: Whatever.

You are right that the callee fixes the stack. This is done by adding the number of bytes that were pushed back to ESP.

BTW: I actually do have something that resembles a life but I have spent lots of time reading .cod listings. Smile | :)

GeneralRe: Calling conventions Pin
Nemanja Trifunovic23-Feb-02 17:30
Nemanja Trifunovic23-Feb-02 17:30 
QuestionWhat is the function of "PASCAL" in function declaration? Pin
Maer72730-Aug-01 4:24
Maer72730-Aug-01 4:24 
AnswerRe: What is the function of Pin
Joaquín M López Muñoz30-Aug-01 5:34
Joaquín M López Muñoz30-Aug-01 5:34 
GeneralRe: What is the function of Pin
Maer72730-Aug-01 16:24
Maer72730-Aug-01 16:24 
GeneralADO Refresh Method in C++ Pin
Bigge30-Aug-01 3:56
Bigge30-Aug-01 3:56 
GeneralRe: ADO Refresh Method in C++ Pin
CodeGuy30-Aug-01 4:15
CodeGuy30-Aug-01 4:15 
GeneralRe: ADO Refresh Method in C++ Pin
Bigge30-Aug-01 4:39
Bigge30-Aug-01 4:39 
GeneralRe: ADO Refresh Method in C++ Pin
CodeGuy30-Aug-01 4:52
CodeGuy30-Aug-01 4:52 
GeneralRe: ADO Refresh Method in C++ Pin
Rashid Thadha30-Aug-01 4:22
Rashid Thadha30-Aug-01 4:22 
GeneralUse DataBase In Dialog base Program Pin
Ghasrfakhri30-Aug-01 3:31
Ghasrfakhri30-Aug-01 3:31 
Generalmaneging mouse move Pin
Ghasrfakhri30-Aug-01 3:28
Ghasrfakhri30-Aug-01 3:28 
GeneralRe: maneging mouse move Pin
Christian Graus30-Aug-01 12:26
protectorChristian Graus30-Aug-01 12:26 
Generalchenge Edit Box (with CEdit) Pin
Ghasrfakhri30-Aug-01 3:20
Ghasrfakhri30-Aug-01 3:20 
QuestionCEdit ? Pin
otvac30-Aug-01 3:09
otvac30-Aug-01 3:09 
GeneralMFC problem Pin
Ghasrfakhri30-Aug-01 2:27
Ghasrfakhri30-Aug-01 2:27 
GeneralRe: MFC problem Pin
Christian Graus30-Aug-01 12:27
protectorChristian Graus30-Aug-01 12:27 
QuestionHow to create a floating toolbox? Pin
Huong30-Aug-01 2:06
Huong30-Aug-01 2:06 

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.