Re: Problem Resolve

2005-09-28 Thread Molle Bestefich
[EMAIL PROTECTED] wrote: I had a problem with Wine20050830 compilation. Error: error parse before BerElement; in lines: 289, 290, 322, 323 in wine/dlls/wldap32/winldap_private.h file. In file winldap.h I found declaration of BerElement type. This header is not included in winldap_private.h.

Re: Problem Resolve

2005-09-28 Thread Molle Bestefich
Molle Bestefich wrote: [EMAIL PROTECTED] wrote: I had a problem with Wine20050830 compilation. Error: error parse before BerElement; This question has been asked and answered a couple of times now. GMANE search:

Re: Help debugging a problem!

2005-09-28 Thread Ivan Leo Puoti
James Hawkins wrote: On 9/27/05, Ann Jason Edmeades [EMAIL PROTECTED] wrote: If I change this to fred = RegisterClassEx16( wcex ); TRACE(Here... %d\n, fred); return fred; it all works.! This sounds like the stack is getting trashed. I agree this looks very much like a

Crash in printer setup dialog if no printers in list

2005-09-28 Thread Dan Kegel
I just filed http://bugs.winehq.org/show_bug.cgi?id=3415 describing a repeatable crash in Printer Setup when you have no printers. Affects all apps that have a Printer Setup menu item, I bet.

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-28 Thread Maximiliano Curia
On Monday 26 September 2005 15:00, Alex Villací­s Lasso wrote: --- wine-20050830-cvs/dlls/oleaut32/typelib.c 2005-09-21 10:39:22.0 -0500 +++ wine-20050830-cvs-patch/dlls/oleaut32/typelib.c 2005-09-24 20:34:32.0 -0500 This patch executes the create interface code when

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-28 Thread Robert Shearman
Alex Villací­s Lasso wrote: --- wine-20050830-cvs/dlls/oleaut32/typelib.c 2005-09-21 10:39:22.0 -0500 +++ wine-20050830-cvs-patch/dlls/oleaut32/typelib.c 2005-09-24 20:34:32.0 -0500 @@ -5207,9 +5207,11 @@ ITypeInfoImpl *This = (ITypeInfoImpl *)iface; HRESULT

Re: riched20.dll asserts

2005-09-28 Thread Ulrich Czekalla
Hi Aric, Could you try the attached patch. I must admit I don't fully understand the underlying data structures but I think this patch fixes the problem. /Ulrich On Tue, Sep 27, 2005 at 11:36:58AM -0500, Aric Stewart wrote: Hello, So looking into an issue with IE6 i found the following

Re: riched20.dll asserts

2005-09-28 Thread Krzysztof Foltman
Ulrich Czekalla wrote: Could you try the attached patch. I must admit I don't fully understand the underlying data structures but I think this patch fixes the problem. I'll take a look at that, but can anyone give another (simple) test case? Krzysztof

Problem with D3D9 CreateDevice

2005-09-28 Thread Mark Hatsell
Hello I am trying to get an application I have written working under Wine. My application uses Direct3D v.9 which is causing a problem. I am using the latest CVS version of Wine under Mandriva Linux 10.2. The problem I have is that when I try to create the 3D device using CreateDevice, it fails

Re: comctl32.dll: Running siap and modules under wine, first steps

2005-09-28 Thread Alex Villací­s Lasso
Robert Shearman wrote: Alex Villací­s Lasso wrote: --- wine-20050830-cvs/dlls/oleaut32/typelib.c 2005-09-21 10:39:22.0 -0500 +++ wine-20050830-cvs-patch/dlls/oleaut32/typelib.c 2005-09-24 20:34:32.0 -0500 @@ -5207,9 +5207,11 @@ ITypeInfoImpl *This = (ITypeInfoImpl

Re: fixme:win:LockWindowUpdate

2005-09-28 Thread James Hawkins
On 9/28/05, Esko Woudenberg [EMAIL PROTECTED] wrote: fixme:win:LockWindowUpdate (0x2002a), partial stub! Stubbed functions aren't usually the cause of crashes. I take it that wine would just ignore the request to not update the window...?? I'm not really sure what functionality is

Re: Problem with D3D9 CreateDevice

2005-09-28 Thread Oliver Stieber
--- Mark Hatsell [EMAIL PROTECTED] wrote: Hello I am trying to get an application I have written working under Wine. My application uses Direct3D v.9 which is causing a problem. I am using the latest CVS version of Wine under Mandriva Linux 10.2. I believe all top level windows should

Re: Problem with D3D9 CreateDevice

2005-09-28 Thread Karsten Elfenbein
See below -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Mark Hatsell Gesendet: Mittwoch, 28. September 2005 18:36 An: wine-devel@winehq.com Betreff: Problem with D3D9 CreateDevice I am trying to get an application I have written

Re: setupapi: implement SetupGetInfFileListW and SetupGetInfInformationW

2005-09-28 Thread Steven Edwards
Hi Rob, This is the reply from Hervé. 1) Windows doesn't have a isspaceW method, so I tested the iswspace method, which should be equivalent. Test program: #include stdio.h #include ctype.h int main(int argc, char *argv[]) { int space; space = iswspace(0xfeff);

Re: Problem with D3D9 CreateDevice

2005-09-28 Thread Oliver Stieber
--- Karsten Elfenbein [EMAIL PROTECTED] wrote: I have a game (Eve Online) that fails while detecting the direct modes. http://bugs.winehq.org/show_bug.cgi?id=3157 I have located the source of the error in device.c which seems to be something to do with it not having a valid X11 window.

Re: winspool/tests: New Testsuite

2005-09-28 Thread Detlef Riekenberg
Changelog: - New Testsuite for winspool.drv for GetPrinterDriverDirectoryA and GetDefaultPrinterA The W - Versions and more Functions will follow. BTW: I'm offline / disconected from the mailing-lists for a week. -- By By ... ... Detlef ? dlls/winspool/tests/drivers.c ?

Re: wine/ programs/winedbg/info.c programs/taskmgr ...

2005-09-28 Thread Vincent Béron
Le mer 28/09/2005 à 11:21, Alexandre Julliard a écrit : ChangeSet ID: 20474 CVSROOT: /opt/cvs-commit Module name: wine Changes by: [EMAIL PROTECTED] 2005/09/28 10:21:48 Modified files: programs/winedbg: info.c programs/taskmgr: dbgchnl.c libs/wine :

Re: Problem with D3D9 CreateDevice

2005-09-28 Thread Mark Hatsell
Oliver Stieber [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I believe all top level windows should have a valid visual ID. Can you tell me what your passing in as the creation parameters, if your creating a window and using it's HWND when creating a device or expecting DirectX

FW: Help debugging a problem!

2005-09-28 Thread Ann Jason Edmeades
Ok, more information... The routine (slightly modified to allow code before the return) is ATOM WINAPI RegisterClass16( const WNDCLASS16 *wc ) { WNDCLASSEX16 wcex; ATOM fred; wcex.cbSize= sizeof(wcex); :

Re: Problem with D3D9 CreateDevice

2005-09-28 Thread Mark Hatsell
Karsten Elfenbein [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Could you tell us what app/game you are trying to run. (trail/demo available?) I have a game (Eve Online) that fails while detecting the direct modes. http://bugs.winehq.org/show_bug.cgi?id=3157 It is an app I

Re: winehq at the CIA Open Source Notification System

2005-09-28 Thread Mike Hearn
I ceased running the gateway some time ago. Newman was going to move it to a CodeWeavers box but never did. At some point I shall try restoring service. On Sun, 18 Sep 2005 16:32:27 +0200, Detlef Riekenberg wrote: Hi. There are no updates listed for wine at the CIA Open

Re: FW: Help debugging a problem!

2005-09-28 Thread James Hawkins
On 9/28/05, Ann Jason Edmeades [EMAIL PROTECTED] wrote: Adding inchar temp[8]; before the WNDCLASSEX16 and it still fails Adding inchar temp[9]; and the program starts working... Adding inchar temp[9]; after the WNDCLASSEX16 and it still fails (Yes, temp is unused...) So that

Re: Problem with D3D9 CreateDevice

2005-09-28 Thread Oliver Stieber
--- Mark Hatsell [EMAIL PROTECTED] wrote: Oliver Stieber [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I believe all top level windows should have a valid visual ID. My application is an MDI application and the Direct3D window is an MDI child. I have found that the mfctex