Andrej Mitrovic Wrote: > But trying to use functions which take parameters will fail with an access > violation, probably because D uses stdcall for COM methods, while these ASIO > COM methods need to be called with 'thiscall' convention.
COM uses stdcall convention. Everything else is not COM.
