I'm running Delphi 2007 with Windows 7 Ultimate.
I am working to compile a DLL file. To use Delphi's debugger, I launch a standard EXE application via Delphi Run command. The application loads the DLL file and the debugger is automatically connected to the correct process.
The problem occurs when the host application (Delphi-> Run-> Program Reset) resets The host application is hanging in the last stages of the closing
The application can be stopped by the Task Manager, but it takes 1-2 minutes and it is a real workflow killer.
System specs
- Windows 7 Ultimate 32 bit
- Intel Core 2 Quad Q9550 @ 2.83 GHz
- RAM 2 GB DDR 2
- Motherboard ASUS P5Q-E (LGGA 775)
- Video card ATI Radeon HD 2400 XT (gigabyte)
What does the host application do? Does it need to end some threads? Are you waiting for the reaction of debugging DLL?
If the host application is your own, then try debugging it and see what happens when you reset it from the debugger. This is most likely waiting for something, when it is waiting for your Dell, be sure to hit it before trying to close it.
Success
Comments
Post a Comment