Oleg Prokhorov wrote:
Hello ,
I've been examining compatibility of OpenWatcom C/C++ compiler with Wine. And it works just fine except one thing. So I request for your help to eliminate it, it looks easy but covers wine client/server stuff, which is not so trivial.
for this call to work correctly, you must run your app in a console. using wineconsole <yourapp> instead of wine <yourapp> should fix it
A+