Re: Help with GetConsoleWindow()

2004-09-25 Thread Eric Pouech
Is the problem in irqgui.dll maybe, but you cannot tell what does the stack backtrace give ? yes, irqgui is where the exception occurs. A+

RE: Help with GetConsoleWindow()

2004-09-23 Thread Ewert, Mark
; [EMAIL PROTECTED] Subject: Re: Help with GetConsoleWindow() Ewert, Mark a écrit : > This is the trace just before the exception that is seen: > > 0017:trace:loaddll:load_dll Loaded module > L"c:\\windows\\system\\ws2_32.dll" : builtin > 0017:trace:loaddll:load_dll Loaded m

Re: Help with GetConsoleWindow()

2004-09-23 Thread Eric Pouech
Ewert, Mark a écrit : This is the trace just before the exception that is seen: 0017:trace:loaddll:load_dll Loaded module L"c:\\windows\\system\\ws2_32.dll" : builtin 0017:trace:loaddll:load_dll Loaded module L"Z:\\home\\xscale_xactor\\sandbox\\MSVCR71.dll" : native 0017:trace:loaddll:load_dll Lo

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 Saulius Krasuckas
On Mon, 20 Sep 2004, Ewert, Mark wrote: > "wine: Unhandled exception (thread 000d), starting debugger... > WineDbg starting on pid 0x8 > Unhandled exception: page fault on write access to 0x41a417a4 in 32-bit > code (0x10007239). > In 32 bit mode." > > A window pops up that says: > > "Uhandled

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

Re: Help with GetConsoleWindow()

2004-09-18 Thread Jason
"Ewert, Mark" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] 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 g

Re: Help with GetConsoleWindow()

2004-09-18 Thread Eric Pouech
Any ideas on what GetConsoleWindow() should actually return? it should return the handle of the window (user32) where the console actually runs (it is attached to a console). Anyway, are you sure the segfault you see is related to returning a non NULL value in GetConsoleWindow compared to anothe