Posted By:
Anonymous
Posted On:
Monday, November 21, 2005 10:16 PM
First, definitely check out the
TAO mailing list and if that fails,
comp.object.corba.
Also it seems there is some overlap in your code - you have "NameService" in the resolve_initial_references call, but you are also sending as a command-line arg, that is probably not what you want. You could send the host and port as command line args instead, and then you wouldn't have those hardcoded in the program, and your connecting to the name service in a consistent way.