Since I am a complete newbie and have no idea of anything I would like to ask the question@topic.
Thank you for your help/flaming.
EDIT: using masm32...
Thank you for your help/flaming.
EDIT: using masm32...
you mean converting Delphi source code? or some of the forms it creates?
for the sourcecode yes there is a convertor: it's inside everyone's skull :)
for the sourcecode yes there is a convertor: it's inside everyone's skull :)
Yep, sourcecode...
But my skull ain't good enough... :(
But my skull ain't good enough... :(
well go 1 step at a time
for each thing you do in your Delphi code try to figure out on your own or with our help what that would be in asm
for each thing you do in your Delphi code try to figure out on your own or with our help what that would be in asm
if you single step through your delphi code with its debugger you can view the generated asm code by opening the cpu-window.
if you single step through your delphi code with its debugger you can view the generated asm code by opening the cpu-window.
completely agree!!!
see the debug menu for shortcut, i cant remember. but, its really... really awesome debugger :grin:
Hi,
You might want to search the net
This time, the secret keyword is:
aka
bye.
H.
You might want to search the net
This time, the secret keyword is:




bye.
H.
Thanks for your help! :)