I have a CORBA client written Delphi 7 that connects to a server
written in C++ that is located on a network.
I made a change to the IDL (adding struct and a method) and recompiled
the idl for the client but Delphi 7 refuses to "see" the new interface
that gets created. Must the new IDL change be registered on the
network before Delphi can see it?