Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mightyjebus

  1. mightyjebus

    building widget DLLs

    i'm trying to build the XRT widget set on a WinXP pro machine using MSVC++ .NET. i want to make DLLs for the widgets and use them with the Exceed libraries. i'm building the libraries and can link with them, but i get run-time errors when trying to create widgets. i looked in the motif...
  2. mightyjebus

    problems with Win32 <=> HP-UX comms

    FYI i've solved this issue. the problem was a naming issue between the two hosts. if i run with these command line args: server -ORBDottedDecimalAddresses 1 client -ORBDottedDecimalAddresses 1 all is well! thanks for your help!
  3. mightyjebus

    problems with Win32 <=> HP-UX comms

    but the same code works when client/server are on the same machine. i just did some more testing and i get the same exception when the server isn't running, leading me to believe that it is a problem with the IOR file. but at first glance the IOR file looks ok (no strange characters in it)...
  4. mightyjebus

    problems with Win32 <=> HP-UX comms

    thanks for your quick response! i'm positive that the client is reading the IOR correctly. after reading the file the client does a string_to_object() and it comes back ok (not nil) even the call to _narrow() is good. the only problem is when the client calls the interface function. i've...
  5. mightyjebus

    problems with Win32 <=> HP-UX comms

    i'm using TAO CORBA 1.3a and using an example based on one from "Advanced CORBA Programming with C++" by Henning and Vinoski. it's a simple interface, i can print it here: interface Time { long get_current_time(); }; the client requests the result of time(0) from the server (my server is...

Part and Inventory Search

Back
Top