<!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.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am attempting to run a native windows VB6 app 
(United Devices) in wine, fake windows,&nbsp;but I</FONT></DIV>
<DIV><FONT face=Arial size=2>continue to encounter an unimplemented/unhandled 
API call&nbsp;"CreateRemoteThread"&nbsp; to kernel32</FONT></DIV>
<DIV><FONT face=Arial size=2>error&nbsp;with any and all RH distro kernels using 
any wine version.&nbsp; I was simply wondering&nbsp;if any </FONT></DIV>
<DIV><FONT face=Arial size=2>engineer might be considering working on 
implementing this call anytime soon. &nbsp;I&nbsp;am in the </FONT></DIV>
<DIV><FONT face=Arial size=2>process of filling a bug report in the hopes an 
engineer might be motivated to take it on.&nbsp;&nbsp;Here is </FONT></DIV>
<DIV><FONT face=Arial size=2>what my investigation has shown to date regarding 
this function.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The function appears to be properly declared in 
winbase.h (wine version) as is the already </FONT></DIV>
<DIV><FONT face=Arial size=2>implemented function 'CreateThread' along with the 
structure type SECURITY_ATTRIBUTES </FONT></DIV>
<DIV><FONT face=Arial size=2>common to both calls.&nbsp; The kernel32.spec file 
exports show CreateRemoteThread apparently </FONT></DIV>
<DIV><FONT face=Arial size=2>stubbed "@ stub CreateRemoteThread" but the&nbsp; 
implemented CreateThread shows "@ stdcall </FONT></DIV>
<DIV><FONT face=Arial size=2>CreateThread (ptr long ptr long long ptr)". 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I wish I knew C and patch submission procedure and 
would gladly volunteer to work on this one </FONT></DIV>
<DIV><FONT face=Arial size=2>but I only know some VB and am attempting to code 
this call in a simple VB6 procedure to </FONT></DIV>
<DIV><FONT face=Arial size=2>replicate the error and, if sucessful, will be 
happy to provide the exe and source to winehq if </FONT></DIV>
<DIV><FONT face=Arial size=2>desired.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any advice where I go from here as I want to dump 
win, get more hd space but I need this app?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks, Roger</FONT></DIV></BODY></HTML>