Hi All,

I had a question about stdcall and cdecl calling convention related to
Visual Studio 6.0

I have a console project and in Project->setting->C++->Code Generation
The "calling convention" is __cdecl.
1) Does this mean that function calls(meaning i call a function in my
program or a function in a dll)
in my program will assume that the called functions have been compiled...