Page 1 of 1
MyDac 5.0 Dephi7 error ending process
Posted: Sun 01 Apr 2007 10:14
by Hans
Hi,
After i installed MyDac 5.0 my Delphi7 does not quit when i quit Delphi7. The icon stays in the taskbar and i can only remove it using taskmnager.
bes regards,
Hans
Posted: Wed 04 Apr 2007 12:03
by Antaeus
Please specify some additional information:
- - the exact version of MyDAC (including build number and edition). You can see it in the About sheet of TMyConnection Editor;
- the exact version of your Delphi (including build number). You can see it in the About box of your IDE;
- does the problem appear occasionally or permanently?
- does the problem appear if you run your IDE, create a new project and close the IDE (without saving the project)?
- does the problem appear if you just run your IDE and close it?
Posted: Mon 09 Apr 2007 07:32
by Hans
I found that the error was caused by a custom connection class that i subclassed from the MyDAC TMyConnection. Because MyDAC 5 supports autorefresh i do not need my custom class anymore the prole does not occur.
Thanks for your help!