[omniORB] Help on OmniOrb4 and OmniEvents

bjorn rohde jensen bjensen@fastmail.fm
Sun Sep 15 17:01:02 2002


Hi guys,

  Getting omniEvents to run with omniORB4 is pretty
simple. It is pretty much a matter of fixing a few 
#include<omniORB3/...> here and there, and in omniEvents.cc
to replace "argv[1] = strdup("-BOAiiop_port");" with
something like "argv[1] = strdup("endpoint");" One also
has to use the old build system.....
  This hacking gets it running, and the examples appear
to be working nicely.
  The question is, what to do? Would it be possible to
merge omniEvents into omniORB eventually? Should it be
reinmplemented to use the POA instead of the BOA?

Yours sincerely,

Bjorn