RE: Help with GetConsoleWindow()

2004-09-23 Thread Ewert, Mark
udt_size Changing size for _IO_FILE from 148 to 76 __clone+0x3a in libc.so.6 (0x) 0x10007239: movl%ecx,0xfffc(%ecx,%edx,1) -Original Message- From: Eric Pouech [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 12:23 PM To: Ewert, Mark Cc: Saulius Krasuckas

RE: Help with GetConsoleWindow()

2004-09-20 Thread Ewert, Mark
irqgui\\irqgui.dl l" : native wine: Unhandled exception (thread 001a), starting debugger... Is the problem in irqgui.dll? -Original Message- From: Saulius Krasuckas [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 1:17 PM To: Ewert, Mark Cc: [EMAIL PROTECTED] Subject: RE:

RE: Help with GetConsoleWindow()

2004-09-20 Thread Ewert, Mark
d look for? -Original Message- From: Eric Pouech [mailto:[EMAIL PROTECTED] Sent: Saturday, September 18, 2004 12:12 AM To: Ewert, Mark Cc: [EMAIL PROTECTED] Subject: Re: Help with GetConsoleWindow() > Any ideas on what GetConsoleWindow() should actually return? it should return the ha

Help with GetConsoleWindow()

2004-09-17 Thread Ewert, Mark
I’m running an application that calls the stubbed out function GetConsoleWindow(). I want the application to stay in the dos console when it runs but unfortunately when it sees a NULL from GetConsoleWindow() it loads a graphical window. I tried hacking the function to return the value 1 and

Performance issues with Wine application

2004-06-01 Thread Ewert, Mark
Hi All,   I have a simulation tool that runs under windows NT/2K directly from the DOS command shell. When running it on a Windows machine I get 200 cycle/s. When running it on Linux via Wine I get ~10 cycle/s. I didn’t realize Wine would have such a negative performance impact. Is there