Hi all,<br>
<br>
I'm even unable to follow the beginner example &quot;echo.idl&quot; as described
on <a href="http://omniorb.sourceforge.net/omni40/omniORB/omniORB002.html#toc4">http://omniorb.sourceforge.net/omni40/omniORB/omniORB002.html#toc4</a><br>
Can anyone see my -beginner- mistake?<br>
<br>
My problem is the following:<br>
I work under windows xp with visual c++ .net 2002 (7.0) &gt; I use omniorb 4.0.6 (the vc7.0 version)<br>
I compile the echo.idl with the omniidl compiler<br>
omniidl -bcxx echo.idl<br>
<br>
In the echo.hh file I do not find the POA_echo skeleton class.&nbsp; Is this created by default?<br>
I'm correct to say I need to inherit my servant class from this
POA_echo, as described in the rest of the document (see previous link)?<br>
<br>
kind regards<br>
<br>
Peter<br>
<br>
<br>