Главная страница | назад





Article #27551: Getting Fatal Error "File not found: 'OrbPas.dcu'" when using a Corba Object or Corba Data Module in Delphi 6.

QUESTION:

Getting Fatal Error "File not found: 'OrbPas.dcu'" when using a Corba Object or Corba Data Module in Delphi 6. Why won't this work?

ANSWER:

If you look at the Corba Compatibility notes in the Delphi 6 readme, you will see the following:
The TypeLib interface and CorbaConnection component are only compatible with the VisiBroker 3.3 ORB.
If you installed Visibroker 4.1 when you installed Delphi 6, this means you cannot use the Corba wizards found under the File | New | Other | Multitier tab. If you need these components, you will have to uninstall Visibroker 4.1 and install Visibroker 3.3.

Last Modified: 03-AUG-01