How to Find the RepositoryId of a CORBA Server?
Answer / rahul
Open up the _TLB.PAS file that got generated for your
server's type library and go to the end of it. You'll see the
RepositoryId as the first parameter to the call to
CorbaFactoryCreateStub in the CreateInstance class function
for your CORBA factory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does Delphi support the back-end?
How to set the desktop icon color in code, or make the text behind them transparent?
What types of Routers are able to be used?
why we should use main in C
How to close the CD Tray in code?
How do we get access to a database from Delphi?
How to Determine whether itis a canvas is a Metafile Canvas?
Why won't the virtual key codes work in program?
Do I have to understand object-oriented programming to use Delphi?
What is the history of Delphi?
How to create an About Box in Delphi or C++ Builder?
How to Pass a function to a procedure or vice versa?