RE: [GD-General] Clean way of generalizing CDECL
Brought to you by:
vexxed72
From: Ivan-Assen I. <as...@ha...> - 2004-07-08 15:09:15
|
> Yes and no. cdecl, fastcall, stdcall, etc. are x86 specific > (not just Win32), but many platforms still have multiple > calling conventions (e.g. MacOS on the 68K had at least three > if I remember: pascal, OS, and something else). So you still > need to be able to explicitly specify calling conventions > somehow in a vaguely cross-platform manner. Ummm, ok, let's rephrase this: WHY do you need to explicitly specify calling conventions in a cross-platform manner? It's not like you'd be linking object files from one platform against the libs of the other. |