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

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -