"could not find wizard : ..\bin\oramigwizard70.dll"

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
WESoftware
Posts: 3
Joined: Mon 07 Mar 2005 12:02
Location: PORTO, PORTUGAL

"could not find wizard : ..\bin\oramigwizard70.dll"

Post by WESoftware » Fri 11 Mar 2005 21:19

i had download a trial version of odac7 V5.50 net trial [5.50.0.16] and when i start the delphi i receive the following message
"@Memutils@initialization$qqrv", after this message another one apears
it's this one, "could not find wizard : ..\bin\oramigwizard70.dll", and then
this one apers too, "can't load package : '..\bin\dcldac70.bpl.", and the components don't install.

thanks

joao Rodrigues

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 14 Mar 2005 13:21

May be you have installed some other our product (SDAC, MyDAC) or ODAC of incompatible version on your PC in this case you should download the latest versions of these products and install them, in other case try to uninstall ODAC and install it again.

WESoftware
Posts: 3
Joined: Mon 07 Mar 2005 12:02
Location: PORTO, PORTUGAL

new errors in mydac, sdac and odac70 please help me

Post by WESoftware » Tue 15 Mar 2005 10:25

I had uninstalled the odac7, sdac7 and mydac7 trial version, and i reinstalled the same trial version and one serie of erros ocurred;
1 - Can´t locate the entry point @memutils@initialization$qqrv.
2 - Could not find wizard "..\Bin\msmigwizard70.dll"
3 - Can´t locate the entry point @memutils@initialization$qqrv in dac70.bpl.
4 - Could not find wizard "..\Bin\mymigwizard70.dll"
5 - Can´t locate the entry point @memutils@initialization$qqrv in dac70.
bpl.
6 - Could not find wizard "..\Bin\oramigwizard70.dll"
7 - Can´t locate the entry point @clrclasses@initialization$qqrv in dac70.
bpl.
8 - Can't load package, '..\bin\dclsdac.bpl'
9 - Can´t locate the entry point @Dbaccess@TDBAccessUtils@GetDesignCreate$qqrv17System@TMetaClass21DBaccess@TCustomDASQL in dac70.bpl.
10 - Can't load package, '..\bin\dclmydac.bpl'
11 - Can´t locate the entry point @clrclasses@initialization$qqrv in dac70.
bpl.
10 - Can't load package, '..\bin\dcldac70.bpl'
12 - Can´t locate the entry point @clrclasses@initialization$qqrv in dac70.
bpl.
13 - Can't load package, '..\bin\dclodac70.bpl'
14 - Can´t locate the entry point @clrclasses@initialization$qqrv in dac70.
bpl.
15 - Can't load package, '..\bin\dclsdac70.bpl'
16 - Can´t locate the entry point @Dbaccess@TDBAccessUtils@GetDesignCreate$qqrv17System@TMetaClass21DBaccess@TCustomDASQL in dac70.bpl.
17 - Can't load package, '..\bin\dclmydac.bpl'
18 - Can´t locate the entry point @memutils@initialization$qqrv in dac70.
bpl.
19 - Can't load package, '..\bin\dcldac70.bpl'
20 - Can´t locate the entry point @clrclasses@initialization$qqrv in dac70.
bpl.
21 - Can't load package, '..\bin\dclodac70.bpl'

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 16 Mar 2005 08:42

There is the list of the latests compatible versions of our Delphi products

Code: Select all

ODAC   v. 5.50.0.16     from 25.02.05
MyDAC  v. 3.50.0.17     from 24.02.05
SDAC   v. 3.50.0.12     from 24.02.05
If you want to use them all together their versions must match this list.

I suggest you to uninstall ODAC, SDAC and MyDAC using "Add/Remove programs"
(if you uninstall them in other way then install them again and then uninstall)
then check that Delphi doesn't load these products anymore:
run IDE and look in "Component\Install packages ..." for these products and if you find some references remove them.
Download the last versions of products from our site (www.crlab.com) and install them.

Post Reply