Page 1 of 1

Application NOT CLOSE - Delphi 7 + Zeos 6.6.1 + Mysql 5

Posted: 26.06.2007, 18:37
by amoreth
Hello People,

I´m Having such a problem with my application in Delphi 7, when i put a Zconnection in the form the application do not end.
I´ve Tried application.terminate, form.close and the application continues in the memory.
Does Someone have an ideia of what is going on ?

I Use Delphi 7 + zeos 6.6.0 (i´ve tried 6.6.1 too and the problem continues) + mysql 5

Regards for all

Posted: 27.06.2007, 09:22
by btrewern
I seem to remember this has something to do with Zeos being run against the wrong dll. Try to make sure that the dlls supplied along with Zeos in the lib\mysql folder are used ie put them in the application or system32 folder.

Regards,

Ben

Posted: 27.06.2007, 20:24
by amoreth
Thanks for the answer ... but it´s all in there , all the dll´s ... but i think that is some problem with windows because at home i didnt have this kind of trouble ... my windows at work is XP SP2 with all upgrades ....

Thanks for the help