c++ - Delphi thiscall calling convention and class pointer -
i have dll uses thiscall calling convention. i've searched trough web , found answer question here: delphi thiscall calling convention
problem have that answer never explains class pointer. i've tried calling "operator new" function in dll , seems return valid pointer, below solution doesn't work me: asm mov ecx, myclasspointer end;
i'd more detailed response, including how obtain class pointer.
Comments
Post a Comment