Reason of OpenAL uses ccall, even on WinDoze ....

Glynn Clements glynn at gclements.plus.com
Mon Oct 24 07:40:37 EDT 2005


Duncan Coutts wrote:

> I know that the Gtk+ dlls use ccall on win32. Furthermore they can be
> used from programs compiled with MSVC; that is they follow the MSVC ABI
> (including the MSVC bitfield packing convention).

GTK+ has to use ccall, as it's common practice to pass excess
arguments to functions, which won't work with stdcall.

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the Libraries mailing list