Page 1 of 1

Error since MyDac 5.55

Posted: Wed 01 Oct 2008 20:43
by ioda
Hi,
Today I tried to install latest version of MyDac (5.55.0.39) on my delphi 6 entreprise. After installation, always I receive this error message when I try to open Delphi 6 (Sorry my Delphi is in french)

---------------------------
delphi32.exe - Point d'entrée introuvable
---------------------------
Le point d'entrée de procédure @Memds@TMemDataSet@FlushBatch$qqrv est introuvable dans la bibliothèque de liaisons dynamique dac60.bpl.
---------------------------
OK
---------------------------

I tried with MyDac 5.55.0.37 and I receive same error.
With MyDac 5.20, I dont receive this error

Can you help me please ???

Re: Error since MyDac 5.55

Posted: Wed 01 Oct 2008 20:53
by eduardosic
ioda wrote:Hi,
Today I tried to install latest version of MyDac (5.55.0.39) on my delphi 6 entreprise. After installation, always I receive this error message when I try to open Delphi 6 (Sorry my Delphi is in french)

---------------------------
delphi32.exe - Point d'entrée introuvable
---------------------------
Le point d'entrée de procédure @Memds@TMemDataSet@FlushBatch$qqrv est introuvable dans la bibliothèque de liaisons dynamique dac60.bpl.
---------------------------
OK
---------------------------

I tried with MyDac 5.55.0.37 and I receive same error.
With MyDac 5.20, I dont receive this error

Can you help me please ???
You need to remove all mydac files on the computer and reinstall mydac.
find for *dac*.bpl , *dac*.dcu

Re: Error since MyDac 5.55

Posted: Wed 01 Oct 2008 21:03
by ioda
I search on all of my disk but i find this files only. I don't think this file is for MyDac

C:\Program Files\Borland\Delphi6\Lib\Debug\BandActn.dcu
C:\Program Files\Borland\Delphi6\Lib\Debug\QStdActns.dcu
C:\Program Files\Borland\Delphi6\Lib\Debug\StdActnMenus.dcu
C:\Program Files\Borland\Delphi6\Lib\Debug\StdActns.dcu
C:\Program Files\Borland\Delphi6\Lib\BandActn.dcu
C:\Program Files\Borland\Delphi6\Lib\QStdActns.dcu
C:\Program Files\Borland\Delphi6\Lib\StdActnMenus.dcu

Do you have other idea

It's work

Posted: Wed 01 Oct 2008 21:36
by ioda
Ok I found the problem
Thank you for your support

Posted: Wed 01 Oct 2008 21:39
by swierzbicki
Ioda,

Il s'agit peut être d'un autre composant compilé avec l'ancienne version de mydac , d'ou le message d'erreur. Si c'est cela, recompilez le composant incriminé.

In english :
Maybe another package was compiled with a previous mydac version. If so, try to recompile it

Re: It's work

Posted: Wed 01 Oct 2008 21:54
by eduardosic
ioda wrote:Ok I found the problem
Thank you for your support
Ok, :D
what problem you found?