old problem ReportBuilder 5.5
Long time ago I had a problem with RB 5.5 and Interbase. Probly was prior to
Nov 2001, because i dont find the answer in this news (I downloaded all the
message available).
How I look before that date?
The problem happens after installing in Delphi 5 the IBX Update. I install
the Report Builder, tried to run Delphi and it show me two massages
"
No se encuentra el punto de entrada del procedimiento
@Ibcustomdataset@TIBCustomDataSet@GetFieldData$qqripv en la biblioteca de
v?nculos din?micos VCL50.bpl
-----------------------------------------------
Can't load package C:\WINDOWS\system32\rbIBE55.bpl.
No se encontr? el proceso especificado.
Do you want to attempt to load this package the next time a project is
loaded?
"
Thasks,
Alberto Hernandez
Nov 2001, because i dont find the answer in this news (I downloaded all the
message available).
How I look before that date?
The problem happens after installing in Delphi 5 the IBX Update. I install
the Report Builder, tried to run Delphi and it show me two massages
"
No se encuentra el punto de entrada del procedimiento
@Ibcustomdataset@TIBCustomDataSet@GetFieldData$qqripv en la biblioteca de
v?nculos din?micos VCL50.bpl
-----------------------------------------------
Can't load package C:\WINDOWS\system32\rbIBE55.bpl.
No se encontr? el proceso especificado.
Do you want to attempt to load this package the next time a project is
loaded?
"
Thasks,
Alberto Hernandez
This discussion has been closed.
Comments
This error implies that either the .bpl file does not exist in your
\WINSYS\... directory or it is corrupt. Try rebuilding and installing the
package manually.
1. Remove the reference to the rbIBE55 package from the Delphi IDE:
(Component | Install Components... from the main menu).
2. Open the rbIBE55.dpk file located in your \RBuilder\Source\...
directory. (make sure your library path is pointing toward Source, not
Lib).
3. Rebuild and install the rbIBE55 package.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Now it is working!
Thank you,
Alberto Hernandez