Ivo Steinmann wrote:
>>>
>> Thanks, I thought so.
>>
>> I am considering to write a C library (cdecl) to wrap the calls to the
>> C library(fastcall), but it doesn't feel right.
>>
>>
You can compile your c wrapper and lin
Wimpie Nortje schrieb:
Jonas Maebe wrote:
On 21 Nov 2009, at 20:16, Wimpie Nortje wrote:
Is there any way to use a C library that use the __fastcall calling convention?
Not at this time. Also note that that the fastcall convention is not
standardised and varies between different C
Jonas Maebe wrote:
On 21 Nov 2009, at 20:16, Wimpie Nortje wrote:
Is there any way to use a C library that use the __fastcall calling convention?
Not at this time. Also note that that the fastcall convention is not
standardised and varies between different C compilers.
Thanks,
On 21 Nov 2009, at 20:16, Wimpie Nortje wrote:
> Is there any way to use a C library that use the __fastcall calling
> convention?
Not at this time. Also note that that the fastcall convention is not
standardised and varies between different C compilers.
Jonas