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

'hasOwnProperty' in javascript -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

android - Unable to generate FCM token from dynamically instantiated Firebase -