vitamin
2008-Aug-25 05:44 UTC
[Wine] Re: Please die if you wait "too long" RtlpWaitForCriti
Dee Ayy wrote:> On Sun, Aug 24, 2008 at 10:33 PM, vitamin <wineforum-user at winehq.org> wrote: > > > It can only work from cmd.exe. However I'm not sure if it's properly implemented there yet. > > Of course your app have to be console app not gui. > > > > My app is console. But this is an MSVC++ compiled app which runs on > MS Windows cmd.exe and GNU bash shell using wine.Try: Code: $ wine cmd c:> echo "some stuff" | myexe
On Mon, Aug 25, 2008 at 12:44 AM, vitamin <wineforum-user at winehq.org> wrote:> Try: > > Code: > $ wine cmd > c:> echo "some stuff" | myexeInteresting way to run wine. However, I get the same response. Was that supposed to die if I got RtlpWaitForCriticalSection? By the way, the app just hung. It did not return to the cmd prompt until I hit the carriage return key. I may not have been clear. I don't want the whole app to die, I just want the thread to die if it has to wait. In case I need more debug logs, how can I do the following from cmd.exe?