How to debug dll in delphi7 with win 7 x64 POSSIBLE?

I am trying to debug a COM + DLL in Delphi 7 in Win7 environment. How can i do this?

+2


a source to share


3 answers


Possibly with work .



+1


a source


1 unregister from Com + dll 2 is started by administrator in cmd: regsvr32.exe 3 Make a breakpoint 4 In Delphi 7 Run -> Parameters: Host Application: Exe Application using dll interface



so step 2 is the key ...

+1


a source


If it is mainly about what you are debugging, not necessarily debugging on Windows 7 64, you can set up a virtual machine running Windows 7 32 bit or, since you are happy with old technologies, go back to XP. You will need to set up your development environment there, but at least you will have a complete working virtual machine that you can back up or move if you want.

+1


a source







All Articles