Subject Re: [IBO] Upgrade Install problem
Author Helen Borrie
At 02:34 PM 7/07/2006, you wrote:
>Just upgrade to 4.6 from 4.5. I renamed my C:\IBIO4 to C:\IBIO4.5 and let
>the installer create a new dir C:\IBO4
>After having it compile with no errors during the installation.
>I get:
>The procedure entry point @Ib_components@TIB_Dataset@DoMacroSubstitute$qqrv
>could not be located in the dynamic link library IBO40CRT_D7.bpl.
>
>when loading Delphi
>I've reopened this package and recompiled, I can see the newly compiled bpl
>version in both the Projects/bpl and system32 dirs..
>
>Can anyone suggest something else to try and make this error go away?

Search your disk for the old runtimes - I bet they are there
somewhere and your IDE is finding them instead of the 4.6 ones. The
current installer won't respect your output path settings to the
letter, so search in unlikely as well as likely places. As an
example, I found the runtimes in system32 and the designtimes and
DCPs in my regular DCP output path. Once you know where the proper
libraries are, you can go to Components/Install Packages and browse
to the appropriate location[s].

Not perfect, admittedly. Frankly, if you've got access to the
"...RawSource..." kit, I recommend using it with the Project Group
install, as it Really Does Work Properly.

Helen