[Wine] Threading issue

James McKenzie jjmckenzie51 at gmail.com
Fri Apr 15 12:32:48 CDT 2011


On 4/14/11 6:47 PM, vitamin wrote:
> jwong wrote:
>> The problem is I cannot perform operations such as creating a new thread (using afxbeginthread()) within my Windows app or use EnterCriticalSection() and LeaveCriticalSection().
> Of course you can't. You can not mix synchronization operations of Wine and native system. It won't ever work properly.
>
> The only way you can do this is via some sort of IPC. For example  stdin/stdout, pipes, socket.
Are named pipes available through Wine?  That may be the best option in 
this case.

James McKenzie




More information about the wine-users mailing list