<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><STRONG><FONT face="Courier New">I write a Windows application that I want 
to be<BR>useful under Linux &amp; WINE.&nbsp; I want to use xchm to<BR>view the 
help documentation .chm file since<BR>WINE doesn't yet properly display this 
.chm file<BR>which was generated with third party tools and<BR>includes advanced 
features.&nbsp; xchm does render the<BR>file acceptably and I'll e-mail the .chm 
file to<BR>anyone interested in that.</FONT></STRONG></DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG><FONT face="Courier New">But for the time being, I want to simply 
launch<BR>xchm from my app whenever my app finds itself<BR>being run under 
WINE.&nbsp; What I have is done so far<BR>is system() a command with path names 
of xchm<BR>and my .chm file that seem to basically be trying<BR>to outsmart WINE 
outsmarting Windows.&nbsp; Clearly this<BR>is an ugly hack and is not a long 
term solution.</FONT></STRONG></DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG><FONT face="Courier New">Is there a supported/recommended manner of 
launching<BR>an X Window System executable with Linux absolute<BR>path arguments 
from a MS Windows application running<BR>under Linux &amp; 
WINE?</FONT></STRONG></DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG><FONT face="Courier New">--Mike</FONT></STRONG></DIV></BODY></HTML>