C calling convention importance
-
C calling convention we all know defines a way how the parameters are pushed onto the stack. My question is when and how does this C calling conventions matters to a user? When the user will have to bother about the calling conventions in his project?
-
C calling convention we all know defines a way how the parameters are pushed onto the stack. My question is when and how does this C calling conventions matters to a user? When the user will have to bother about the calling conventions in his project?
For instance when you write a dll that could be used in programs which are using another calling convention. Typically, using a C dll in a VB program.
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
For instance when you write a dll that could be used in programs which are using another calling convention. Typically, using a C dll in a VB program.
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ok thanks cedric