<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Jonas Maebe wrote:
<blockquote
 cite="mid:F1E5F228-B1D1-40FD-A165-4441C79EC07C@elis.ugent.be"
 type="cite">
  <pre wrap="">On 21 Nov 2009, at 20:16, Wimpie Nortje wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Is there any way to use a C library that use the __fastcall calling convention?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Not at this time. Also note that that the fastcall convention is not standardised and varies between different C compilers.

  </pre>
</blockquote>
Thanks, I thought so.<br>
<br>
I am considering to write a C library (cdecl) to wrap the calls to the
C library(fastcall), but it doesn't feel right.<br>
</body>
</html>