Results 1 to 1 of 1
So gcc offers:
__attribute__((stdcall))
__attribute__((cdecl))
__attribute__((fastcall))
but you're supposed to also handle not only the calling convention but the naming convention. gcc doesn't do this, why? is there a way ...
- 10-02-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 10
calling conventions in gcc.
So gcc offers:
__attribute__((stdcall))
__attribute__((cdecl))
__attribute__((fastcall))
but you're supposed to also handle not only the calling convention but the naming convention. gcc doesn't do this, why? is there a way to do it?


Reply With Quote