C++ Builder 2006 with odac 5.70

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
guillemet
Posts: 7
Joined: Fri 26 Aug 2005 15:01

C++ Builder 2006 with odac 5.70

Post by guillemet » Fri 07 Jul 2006 14:59

Hello,
We are trying to transfer our applications developping with c++ builder 5 and odac 3.00 to C++ Builder 2006 with odac 5.70 ( we install the file "odac570d10net.msi").

After the installation of odac 5.70 and reboot there is an error when we're running c++ builder 2006.
This is the error in french :

--------------------------------------
Erreur du chargement de l'assemblage ou du package EDI

Echec du chargement de l'ajout de l'EDI dans 'C:\Program Files\CoreLab\Odac for Delphi 2006\Bin\CoreLab.Odac.MigWizard.dll'.
Une exception a été levée par la cible d'un appel.
Informations supplémentaires : Une exception a été levée par l'initialiseur de type pour "CoreLab.Odac.MigWizard.TOraCompReplaceExpert".
---------------------------------------

After when we want to compile a project the IDE don't find the library "ODAC50.bpl" and generate errors.

Do you know what is the problem?
thanks

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 10 Jul 2006 12:44

Please specify full version of ODAC you use. If your project uses runtime packages make sure that it uses odac100.bpl instead of odac50.bpl.

guillemet
Posts: 7
Joined: Fri 26 Aug 2005 15:01

Post by guillemet » Tue 11 Jul 2006 08:48

version of ODAC : 5.70.0.29

Do you know where I can modify my runtime package odac50.bpl to odac100.bpl ?
I search in project options but I don't find !!

Post Reply