Click here to Skip to main content
15,908,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Buttons problem Pin
radhika283-Oct-06 21:41
radhika283-Oct-06 21:41 
GeneralRe: Buttons problem Pin
Nibu babu thomas3-Oct-06 21:51
Nibu babu thomas3-Oct-06 21:51 
GeneralRe: Buttons problem Pin
ThatsAlok4-Oct-06 7:25
ThatsAlok4-Oct-06 7:25 
Questioncall stack and memory options in VS2005 Pin
mpk19793-Oct-06 19:13
mpk19793-Oct-06 19:13 
AnswerRe: call stack and memory options in VS2005 Pin
prasad_som3-Oct-06 19:44
prasad_som3-Oct-06 19:44 
AnswerRe: call stack and memory options in VS2005 Pin
ThatsAlok4-Oct-06 7:24
ThatsAlok4-Oct-06 7:24 
QuestionModification of the Project Multi Layer Perceptron Pin
Pitufo553-Oct-06 18:44
Pitufo553-Oct-06 18:44 
AnswerRe: Modification of the Project Multi Layer Perceptron Pin
Waldermort3-Oct-06 19:20
Waldermort3-Oct-06 19:20 
AnswerRe: Modification of the Project Multi Layer Perceptron Pin
Hamid_RT3-Oct-06 19:35
Hamid_RT3-Oct-06 19:35 
GeneralRe: Modification of the Project Multi Layer Perceptron Pin
Pitufo553-Oct-06 19:50
Pitufo553-Oct-06 19:50 
QuestionUpdating screen Pin
box_boy_scott3-Oct-06 14:51
box_boy_scott3-Oct-06 14:51 
AnswerRe: Updating screen Pin
Waldermort3-Oct-06 17:24
Waldermort3-Oct-06 17:24 
GeneralRe: Updating screen Pin
box_boy_scott4-Oct-06 15:52
box_boy_scott4-Oct-06 15:52 
AnswerRe: Updating screen Pin
Hamid_RT3-Oct-06 18:12
Hamid_RT3-Oct-06 18:12 
GeneralRe: Updating screen Pin
box_boy_scott4-Oct-06 15:50
box_boy_scott4-Oct-06 15:50 
GeneralRe: Updating screen Pin
Hamid_RT4-Oct-06 19:07
Hamid_RT4-Oct-06 19:07 
AnswerRe: Updating screen Pin
A_Fa3-Oct-06 19:39
A_Fa3-Oct-06 19:39 
GeneralRe: Updating screen Pin
box_boy_scott4-Oct-06 15:56
box_boy_scott4-Oct-06 15:56 
QuestionWhat does WINAPI do? Pin
Oliver1233-Oct-06 14:21
Oliver1233-Oct-06 14:21 
AnswerRe: What does WINAPI do? Pin
Waldermort3-Oct-06 17:18
Waldermort3-Oct-06 17:18 
AnswerRe: What does WINAPI do? Pin
Nibu babu thomas3-Oct-06 17:22
Nibu babu thomas3-Oct-06 17:22 
Oliver123 wrote:
I have been reading and analyzing various progs dealing with DLL's, looking up things in manuals until I understand what is happening. I have encountered the term WINAPI in one prog that used explicit linking to the DLL. There are references in MSDN, but no explanation. (Just its appearance in code snips.) For example, what does WINAPI do in the following:


WINAPI expands to __stdcall.

It's a windows calling convention which means the the callee is responsible for clearing the arguments passed to it from the stack.

For more information read this[^] article by Nemanja.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

AnswerRe: What does WINAPI do? Pin
David Crow4-Oct-06 3:23
David Crow4-Oct-06 3:23 
GeneralRe: What does WINAPI do? Pin
Oliver1234-Oct-06 5:16
Oliver1234-Oct-06 5:16 
GeneralRe: What does WINAPI do? Pin
David Crow4-Oct-06 5:27
David Crow4-Oct-06 5:27 
AnswerRe: What does WINAPI do? Pin
Hamid_RT4-Oct-06 9:06
Hamid_RT4-Oct-06 9: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.