<br>
hi<br>
<br>
I found the solution of my problem (thx to the help of Wernke zur Borg)<br>
&nbsp;&gt; my troubles were caused by the module name Example<br>
<br>
my example.idl was the following:<br>
<br>
#ifndef __ECHO_IDL__<br>
#define __ECHO_IDL__<br>
<br>
module Example { // remove this module-name to find POA_Echo in the created .hh file<br>
&nbsp;&nbsp;&nbsp; interface Echo {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string echoString(in string mesg);<br>
&nbsp;&nbsp;&nbsp; };<br>
};<br>
#endif<br>
<br>
So it was necessary to comment out the module name to find the correct solution.<br>
(using a module name Example no longer create POA_Echo but &quot;_CORBA_MODULE POA_Example&quot;)<br>
<br>
once again thx for your time<br>
<br>
kind regards<br>
<br>
Peter<br><br><div><span class="gmail_quote">2005/8/7, Peter Vandersteegen &lt;<a href="mailto:peter.vandersteegen@gmail.com">peter.vandersteegen@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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><span class="sg">
<br>
Peter<br>
<br>
<br>

</span></blockquote></div><br>