<html>

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<meta name=Generator content="Microsoft Word 10 (filtered)">

<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.emailstyle17
        {font-family:Arial;
        color:windowtext;}
span.EmailStyle18
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=HU link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 face=Tahoma><span lang=EN-US style='font-size:
10.0pt;font-family:Tahoma'>-----Original Message-----<br>
<b><span style='font-weight:bold'>From:</span></b> Pánczél Levente <br>
<b><span style='font-weight:bold'>Sent:</span></b> </span></font><font size=2 face=Tahoma><span lang=EN-US style='font-size:10.0pt;font-family:Tahoma'>Wednesday,
 September 24, 2003</span></font><font size=2 face=Tahoma><span lang=EN-US
style='font-size:10.0pt;font-family:Tahoma'> </span></font><font
 size=2 face=Tahoma><span lang=EN-US style='font-size:10.0pt;font-family:Tahoma'>4:20
 PM</span></font><font size=2 face=Tahoma><span lang=EN-US style='font-size:
10.0pt;font-family:Tahoma'><br>
<b><span style='font-weight:bold'>To:</span></b>
'omniORB-list-request@omniorb-support.com'<br>
<b><span style='font-weight:bold'>Subject:</span></b> VC++ 6.0 makes error
C1010 when the skeletton is added to the project</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>Hello!</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>These are my first steps using OmniORB: I&#8217;m
looking for a suitable ORB for my company.</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>Though I might have misread things, I&#8217;ve made
awful experiences with OmniORB: I can&#8217;t get anything to work.</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>My main problem now is, that the Visual C++ 6.0
project attached does not compile. To be more exact, I don&#8217;t even think
it passes preprocessing, though I never wrote a #.</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>Symptoms are the following: I&#8217;m writing the GUI
Client to a very simple component (I&#8217;m using MFC for the GUI). I have the
binary distribution of OmniORB 4.2 &#8222;installed&#8221;, and set up
everything just as described in README.Win32. Without the skeleton (calc_sk.c)
in the project: everything is compiling, only the linker is worried about the
missing symbols located in the skel. So I include the calc_sk.c (I changed the
file extension using appropriate parameters to omniidl so that programs
recognize it as a C/C++ file). And then I always get the error C1010 on this
file: unexpected end of file while looking for precompiled header directive.
Well this sounded too unintelligible for me to track down the problem, so I
commented all the contents of calc_sk.c, and most surprisingly got the same
fatal error again. Actually if I add any file to the source files, it never
reaches compilation stage (even a blank, or a syntactically invalid C/C++ file
generates the same error, and no others; that&#8217;s why I think it is raised
by the preprocessor). I can build the example programs fine, but I can&#8217;t
build my MFC-based client. I find this is horrible. Please tell me, if you know
the solution!</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>(</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>Another problem I could not solve involves Linux. On
another PC I&#8217;m using a Suse Linux 8.0 distribution. I built OmniORB for
it using configure. I can build all the examples, but cannot compile outside of
the build-tree of OmniORB, &#8216;cos I can&#8217;t figure the external
dependencies and required #define-s out. README wrote that the makefiles in the
example source directories should give me an idea of what to do, but they
don&#8217;t: they don&#8217;t work without the top-level makefile configure,
wich is too large and unintelligible for me. I found a shell-script obuildtree
(which can make a build-tree for me, I hope; but I still don&#8217;t get how to
link my own makefiles to it).</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>)</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>Thanks for you patience:</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>Pánczél Levente</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>Levente.Panczel@compuworx.hu</span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-US style='font-size:
10.0pt;font-family:Arial'>&nbsp;</span></font></p>

</div>

</body>

</html>