Some asm help for the 'thiscall' calling convention?

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Apr 23 19:25:20 PDT 2011


And by calling IASIO.controlPanel(), I mean calling it on the instance.

E.g.:
class Foo
{
    IASIO bar; // can call bar.controlPanel();
}


More information about the Digitalmars-d-learn mailing list