开发者

how debug a dll in delphi7 with win 7 x64 IS POSSIBLE?

开发者 https://www.devze.com 2022-12-30 01:10 出处:网络
I try to debug a COM+ DLL in Delphi 7 i开发者_Python百科n a Win7 environment. How can I do this?It\'s possible with a work around.1 unregister from Com+ the dll

I try to debug a COM+ DLL in Delphi 7 i开发者_Python百科n a Win7 environment. How can I do this?


It's possible with a work around.


1 unregister from Com+ the dll 2 run as administrator in cmd : regsvr32.exe 3 Make a break point 4 In Delphi 7 Run -> Parameters : Host Application : Exe Application that use the interface dll

so the step 2 is the key ...


If it is mostly the debugging you are concerned about, not necessarily debugging in Windows 7 64, you could set up a virtual computer running Windows 7 32 bit, or, since you seem happy with older technologies, drop back to XP. You'll need to set up your development environment there, but at least you'll have a full running virtual machine that you can back up or move if you want to.

0

精彩评论

暂无评论...
验证码 换一张
取 消