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+
; [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
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
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:
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
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
"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
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