CPU window appears in Delphi 7

Ashok

Member
I use components from Delphi 6.

I am using Delphi 7 Enterprise, I installed D6's components.

Run project with DOA components then simply closing it causes CPU window to be displayed.
I do not have any breakpoints. But CPU window shows up and on the title it says "Stopped".
I have to close CPU windows and run to close the application.
 
I use Oracle 8i.
According to some messages on this board,
I think it is Oracle Trace Utility.

If I disable Integrated Debugging, it dose not stop,
but this is not the real solution.
Perhaps, real solution is to use other ORACLE components.
 
Hi!
I have some problem:
Host-application .exe and components .dll.
In dll session shared:
HostSession.Share(DllForm.Session);
DOAVersion 4.0.6.2

If in dll
property session.connected = true,
on close application CPU window to be displayed.

If in dll
property session.connected = false,
on close application dosen't have CPU window.

WBR, Andrey
Sorry for my English...
 
Back
Top