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 -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -