OK.  I need to access COM to do this, and I notice that in "What it WINELIB" it says "Also missing are some of the more exotic features of Microsoft's
        compiler like native COM support&quot;.<br><br>I&#39;m hoping that &quot;native COM support&quot; just means some new fancy add-on that wasn&#39;t in Visual Studio 6.0, and that I still do COM, but will have to find old C and IDL examples from Petzold or something like that.
<br><br>Is that correct?<br><br>Unfortunately, I&#39;ve never really understood COM very well.&nbsp; Is there an IDL compiler for WINE?&nbsp; I&nbsp; know I need that much.<br><br>Josh Scholar <br><br><div><span class="gmail_quote">On 11/5/07, 
<b class="gmail_sendername">Maarten Lankhorst</b> &lt;<a href="mailto:m.b.lankhorst@gmail.com">m.b.lankhorst@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello Joshua,<br><br>Joshua Scholar schreef:<br>&gt; I really want to have some way to communicate between a Linux program and<br>&gt; a Windows program running under WINE.&nbsp;&nbsp;The connection doesn&#39;t need to be<br>&gt; high speed, a stream is fine - I&#39;m just sending some unicode text.&nbsp;&nbsp;I&#39;m
<br>&gt; writing both programs myself, so I can implement this in the easiest way,<br>&gt; though if there was some way to create and call a Windows COM object from<br>&gt; Linux, that would be the most direct solution...
<br>&gt;<br>&gt; But reading what I can about WINE, I&#39;m guessing that the only easy thing<br>&gt; to do is to write a Windows server application with winegcc and either<br>&gt; connect to it through a socket - or to have it spawn a Linux application
<br>&gt; that it has a stream to.&nbsp;&nbsp;But I need some sample code to know how to do<br>&gt; this, since I don&#39;t have too much time to experiment.<br>&gt;<br>This comes up from time to time, the solution is always compile a
<br>winelib app with winegcc then use sockets or something to communicate.<br>In your server app you can use windows and linux code mixed together.<br><br>Regards,<br>Maarten.<br><br></blockquote></div><br>