[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: OmniBroker problem (need help!)



  Hi Alex,
  
  I've no direct experience using the sequence typedef,
  in OmniBroker idl, but there is an example to look at 
  which comes with the Omnibroker distribution. On pdsf, 
  see files in,
  
  /home/products/omnibroker/OB-2.0.3/demo/chat
  
  The error-message you show implies that the implementation
  is not in the client process.  According to OmniBroker documentation,
  one needs to either compile with the Runtime Type Identification,
  '-features=rtti' for Solaris C++, or utilize the OmniBroker supplied 
  Narrow_impl.h file.
  
  /home/products/omnibroker/OB-2.0.3/include/OB/Narrow_impl.h
  
  If you did the former (or if rtti is the default) then I'm not sure
  what caused the problem.
  
  
  Thanks, Jeff
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  R. Jeff Porter       		phone: 510-486-6983
  MS 50A-1148          		fax  : 510-486-7698
  Lawrence Berkeley National Lab	email: rjporter@lbl.gov
  Berkeley, CA 94720    
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~