Re: Threading issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux